9 Jun
2014
9 Jun
'14
4:02 p.m.
Edward Diener wrote:
On 6/9/2014 7:07 AM, Peter Dimov wrote:
There are some non-empty logs, such as
http://www.boost.org/development/tests/develop/developer/output/marshall-mac...
but they are cut short because of the ungodly amount of warnings about variadic macros.
These warnings can be turned off in gcc, and probably by extension in clang, by using the cxx flag '-Wno-variadic-macros'.
Clang does appear to support -Wno-variadic-macros, and some clang testers do have that flag in their invocations. I wonder if this option shouldn't be set by default by the clang toolset though.