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.