[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
- Disable warnings, Dominik Rau, 2006/03/29
- Re: Disable warnings,
Bernd Strieder <=