diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 8712560..cf97544 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -61,7 +61,7 @@ run hash_reference_values.cpp ; run detail_is_range_test.cpp ; run detail_is_range_test2.cpp - : : : gcc:-Wno-variadic-macros ; + : : : gcc:-Wno-variadic-macros clang:-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/off : : : gcc:-Wno-variadic-macros ; +run hash_fs_path_test.cpp /boost//filesystem/off : : : gcc:-Wno-variadic-macros clang:-Wno-variadic-macros ;