
4 May
2011
4 May
'11
8:18 a.m.
My mistake. It is in type_traits that I see that warnings become errors in the regression tests. I need to change my local type_traits regression tests so that -Wno-variadic-macros is defined for gcc so that no errors occur in my testing.
Nod. I want to try and keep type_traits absolutely warning free. Using: bjam cxxflags=-Wno-variadic-macros will disable that warning temporarily. John.