
3 May
2011
3 May
'11
7:58 a.m.
It appears that the config regression tests treat all warnings as errors. Where is this specified in the jamfiles for config ?
I need to run the config regression tests where -Wno-variadic-macros is defined for gcc, so that the warnings for using variadic macros are turned off and therefore no errors occur. What is the best way of modifying the config regression tests to do this ?
As far as I know it's not set anywhere - and indeed I do often see warnings from the test cases when running the tests - indeed the current GCC tests are all passing here: http://beta.boost.org/development/tests/trunk/developer/config.html. Can you be more specific? John.