Add -Wundef to test/Jamfile

This commit is contained in:
Peter Dimov
2024-01-06 19:41:56 +02:00
parent bdf60d39d5
commit 7c8ec2114b

View File

@ -8,7 +8,7 @@
import testing ;
local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow ;
local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow -Wundef ;
project
: requirements
@ -23,7 +23,6 @@ project
<toolset>clang:<cxxflags>$(gcc-flags)
;
run throw_exception_test.cpp ;
run throw_exception_no_exceptions_test.cpp ;
run throw_exception_no_integration_test.cpp ;