Subject: [Boost-testing] Issues with variadic macros warnings
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-10 01:41:53


Hi,
There are a lot of warning due to C99 variadic macros.

See
http://www.boost.org/development/tests/develop/developer/output/teeks99-04b-Ubuntu12-04-64-boost-bin-v2-libs-thread-test-future__wait_p-test-clang-linux-3-4-debug-threading-multi.html

We need add

-Wno-c99-extensions for c++98

-Wno-variadic-macros for C++11

I don't know how to add them selectively with bjam.

Please could you add them explicitly on your user.config in order to be
able to see what is going wrong?

Thanks,
Vicente