help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disable warnings


From: Bernd Strieder
Subject: Re: Disable warnings
Date: Thu, 30 Mar 2006 11:32:37 +0200
User-agent: KNode/0.10.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]