mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
Detail: Turn off warnings as errors for compile-fail tests.
The test shouldn't succeed because the compile failed because of a warning. [SVN r73096]
This commit is contained in:
@ -20,7 +20,9 @@ run container_fwd_test.cpp : :
|
||||
: <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
|
||||
: container_fwd_debug ;
|
||||
|
||||
compile-fail correctly_disable_fail.cpp : : correctly_disable ;
|
||||
compile-fail correctly_disable_fail.cpp
|
||||
: <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
|
||||
: <warnings-as-errors>off
|
||||
: correctly_disable ;
|
||||
compile-fail correctly_disable_fail.cpp
|
||||
: <warnings-as-errors>off <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
|
||||
: correctly_disable_debug ;
|
||||
|
Reference in New Issue
Block a user