Disable -Wvariadic-macros for Clang as well

This commit is contained in:
Peter Dimov
2022-06-03 20:19:01 +03:00
parent b8d315fac5
commit 873a60d009

View File

@@ -61,7 +61,7 @@ run hash_reference_values.cpp ;
run detail_is_range_test.cpp ;
run detail_is_range_test2.cpp
: : : <toolset>gcc:<cxxflags>-Wno-variadic-macros ;
: : : <toolset>gcc:<cxxflags>-Wno-variadic-macros <toolset>clang:<cxxflags>-Wno-variadic-macros ;
run detail_is_contiguous_range_test.cpp ;
run detail_is_unordered_range_test.cpp ;
@@ -73,4 +73,4 @@ run hash_number_test2.cpp ;
run hash_integral_test.cpp ;
run hash_string_test2.cpp ;
run hash_fs_path_test.cpp /boost//filesystem/<warnings>off : : : <toolset>gcc:<cxxflags>-Wno-variadic-macros ;
run hash_fs_path_test.cpp /boost//filesystem/<warnings>off : : : <toolset>gcc:<cxxflags>-Wno-variadic-macros <toolset>clang:<cxxflags>-Wno-variadic-macros ;