forked from boostorg/core
Merge pull request #4 from awulkiew/feature/ignore_unused
Enable test for unused typedefs only for GCC 4.8
This commit is contained in:
@@ -37,7 +37,8 @@ test-suite "core"
|
|||||||
[ compile-fail explicit_operator_bool_compile_fail_delete.cpp ]
|
[ compile-fail explicit_operator_bool_compile_fail_delete.cpp ]
|
||||||
[ compile-fail explicit_operator_bool_compile_fail_shift.cpp ]
|
[ compile-fail explicit_operator_bool_compile_fail_shift.cpp ]
|
||||||
|
|
||||||
[ compile ignore_unused_test.cpp : <toolset>gcc:<cxxflags>"-Wunused-variable -Wunused-local-typedefs -Werror"
|
[ compile ignore_unused_test.cpp : <toolset>gcc-4.8:<cxxflags>"-Wunused-variable -Wunused-local-typedefs -Werror"
|
||||||
|
<toolset>gcc:<cxxflags>"-Wunused-variable -Werror"
|
||||||
<toolset>clang:<cxxflags>"-Wunused-variable -Werror"
|
<toolset>clang:<cxxflags>"-Wunused-variable -Werror"
|
||||||
<toolset>msvc:<cxxflags>"/we4100 /we4101" ]
|
<toolset>msvc:<cxxflags>"/we4100 /we4101" ]
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user