Boost logo

Boost :

Subject: Re: [boost] [thread] Mass test failures on clang
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-09 13:08:01


Le 09/06/14 18:02, Peter Dimov a écrit :
> 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-boost-bin-v2-libs-thread-test-async__async_p-test-clang-darwin-4-2-1-debug-threading-multi.html
>> >
>> > 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.
>
It seems that in c++98 mode we need -Wno-c99-extensions.

Vicente


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk