diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 940917f..3d64305 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -44,9 +44,9 @@ project clang:-Wextra clang:-pedantic clang:-Wno-long-long - gcc-mingw-4.5.0:-Wno-missing-field-initializers - gcc-mingw-4.5.0:-fdiagnostics-show-option - gcc-mingw-4.6.0:-fdiagnostics-show-option + gcc-4.5.0,windows:-Wno-missing-field-initializers + gcc-4.5.0,windows:-fdiagnostics-show-option + gcc-4.6.0,windows:-fdiagnostics-show-option msvc:/wd4127 # Note: Some of the remarks from the Intel compiler are disabled # remark #1418: external function definition with no prior declaration