Skip to content

Commit 24d555f

Browse files
committed
Suppress maybe-uninitialized warnings
1 parent 333c613 commit 24d555f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/Jamfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ project
4242
<include>../../../url/extra/test_suite
4343
<warnings>extra
4444
<warnings-as-errors>on
45+
<toolset>gcc:<cxxflags>"-Wno-maybe-uninitialized"
4546
<link>static
4647
;
4748

0 commit comments

Comments
 (0)