diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a9bdb10..d70b5fc 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -74,5 +74,8 @@ run hash_number_test2.cpp ; run hash_integral_test.cpp ; run hash_string_test2.cpp ; -run hash_fs_path_test.cpp /boost//filesystem/off ; -run detail_is_range_test2.cpp : ; +# for gcc-4.8 +local fs-path-req = "-gcc:-Wshadow" "-gcc:-Wconversion" ; + +run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) ; +run detail_is_range_test2.cpp : : : $(fs-path-req) ;