30 Jul
2014
30 Jul
'14
2:44 p.m.
On 07/29/2014 07:01 AM, Niall Douglas wrote:
Is anyone else seeing this warnings spew on Boost 1.56 beta when compiled with clang 3.4?
https://ci.nedprod.com/view/Boost.AFIO/job/Boost.AFIO%20Build%20POSIX_ Linux64_clang%203.4/11/consoleFull
GCC 4.8 produces no such spew.
I cannot duplicate, using clang, the sort of excessive output in your link above with the tests of the Boost PP library, or the tests in my VMD library which exercise various Boost PP variadic macros pretty extensively. My clang command line options for the tests looks like: "clang++" -c -x c++ -O0 -g -fno-inline -Wall -g -fPIC Can you tell me what the clang command line in your AFIO tests in your link above actually is ?