2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-14 13:12:10 +00:00

Disabling variadic macro extensions from the standard from the Jamfiles

This commit is contained in:
Raffi Enficiaud
2015-10-15 21:45:15 +02:00
committed by Raffi Enficiaud
parent 19b214be01
commit dbd334881d
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ rule boost.test-self-test ( test-rule : test-suite : test-name : usage-variant ?
# So deactivate those warnings again
<toolset>gcc:<cxxflags>-pedantic
<toolset>gcc:<cxxflags>-Wno-long-long
<toolset>gcc:<cxxflags>-Wno-variadic-macros
<toolset>clang:<cxxflags>-Wno-c99-extensions
<warnings>all
$(extra-options)