This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Turning off warning "anonymous variadic macros were introduced in C99" in gcc 3.4.5 and below


On 10/7/2010 12:25 PM, Andrew Haley wrote:
On 10/07/2010 04:33 PM, Edward Diener wrote:
Is there any way to turn off the warning "anonymous variadic macros were
introduced in C99" in gcc 3.4.5 and below ?


I'm looking at the code, and as far as I can see this is only enabled with -pedantic.

Thanks. I am using Boost Build and evidently its <warning>all property turns on -pedantic for gcc. I will look for an alternative.





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]