mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-30 12:27:14 +02:00
Add -Wundef to test/Jamfile
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow ;
|
local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow -Wundef ;
|
||||||
|
|
||||||
project
|
project
|
||||||
: requirements
|
: requirements
|
||||||
@ -23,7 +23,6 @@ project
|
|||||||
<toolset>clang:<cxxflags>$(gcc-flags)
|
<toolset>clang:<cxxflags>$(gcc-flags)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
run throw_exception_test.cpp ;
|
run throw_exception_test.cpp ;
|
||||||
run throw_exception_no_exceptions_test.cpp ;
|
run throw_exception_no_exceptions_test.cpp ;
|
||||||
run throw_exception_no_integration_test.cpp ;
|
run throw_exception_no_integration_test.cpp ;
|
||||||
|
Reference in New Issue
Block a user