1
0
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:
Peter Dimov
2014-06-02 23:05:31 +03:00

View File

@@ -37,7 +37,8 @@ test-suite "core"
[ compile-fail explicit_operator_bool_compile_fail_delete.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>msvc:<cxxflags>"/we4100 /we4101" ]
;