Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a168b26

Browse files
committed
Reinstate -Wno-error=maybe-uninitialized
1 parent 36cb11d commit a168b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/linux-settings.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'-Wno-unused-parameter', # Just contributes build noise
7272
'-Werror=return-type',
7373
'-Werror=uninitialized',
74+
'-Wno-error=maybe-uninitialized',
7475
'-Werror=conversion-null',
7576
'-Werror=empty-body',
7677
],

0 commit comments

Comments
 (0)