diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
index 940917f..3d64305 100644
a
|
b
|
project
|
44 | 44 | <toolset>clang:<cxxflags>-Wextra |
45 | 45 | <toolset>clang:<cxxflags>-pedantic |
46 | 46 | <toolset>clang:<cxxflags>-Wno-long-long |
47 | | <toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers |
48 | | <toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option |
49 | | <toolset>gcc-mingw-4.6.0:<cxxflags>-fdiagnostics-show-option |
| 47 | <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-Wno-missing-field-initializers |
| 48 | <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-fdiagnostics-show-option |
| 49 | <toolset>gcc-4.6.0,<target-os>windows:<cxxflags>-fdiagnostics-show-option |
50 | 50 | <toolset>msvc:<cxxflags>/wd4127 |
51 | 51 | # Note: Some of the remarks from the Intel compiler are disabled |
52 | 52 | # remark #1418: external function definition with no prior declaration |