Hello,

Dominik Rau wrote:

> Warning: »inline« >>funcXYZ()<< failed --param inline-unit-growth
> limit reached
> 
> (Probably not the 100% correct message, retranslated from german
> output...)

To turn off internationalized messages temporarily you could try to call
gcc like

LANG=C gcc <whatever>

(bash syntax)

> 
> Is there a way to disable / get rid of these warnings?

See docs about -Winline. According to this -Wno-inline should help.

Bernd Strieder

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to