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

Commit e60ea26

Browse files
[[ UninitialisedVars ]] Suppress maybe-uninitialized warning on Linux
-Wmaybe-uninitialized is added and active when optimisations are turned on. Removed as it causes way too many errors (could be fixed in a later warning cleaning)
1 parent b64d1d5 commit e60ea26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/linux.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
[
148148
'-O3',
149149
'-g3',
150+
'-Wno-error=maybe-uninitialized', #warning added only with optimisation ON
150151
],
151152

152153
'defines':

0 commit comments

Comments
 (0)