Skip to content

Commit a388926

Browse files
committed
Supress GCC and Clang warnings
1 parent 75db85d commit a388926

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/Jamfile.v2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ project
1515
<toolset>msvc:<warnings-as-errors>on
1616
<toolset>clang:<warnings-as-errors>on
1717
<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
1823
;
1924

2025
#

0 commit comments

Comments
 (0)