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:
committed by
Raffi Enficiaud
parent
19b214be01
commit
dbd334881d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user