We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75db85d commit a388926Copy full SHA for a388926
1 file changed
test/Jamfile.v2
@@ -15,6 +15,11 @@ project
15
<toolset>msvc:<warnings-as-errors>on
16
<toolset>clang:<warnings-as-errors>on
17
<toolset>gcc:<warnings-as-errors>on
18
+
19
+ <toolset>gcc-4.8:<cxxflags>-Wno-missing-field-initializers
20
+ <toolset>gcc-4.9:<cxxflags>-Wno-missing-field-initializers
21
+ <toolset>gcc-10:<cxxflags>-Wno-type-limits
22
+ <toolset>clang:<cxxflags>-Wno-unnamed-type-template-args
23
;
24
25
#
0 commit comments