mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1240592 - Remove unnecessary -Wno-uninitialized from dom/bindings. r=khuey
This commit is contained in:
parent
7a06def70a
commit
43cda9d089
@ -139,8 +139,3 @@ if CONFIG['MOZ_SIMPLEPUSH']:
|
||||
PYTHON_UNIT_TESTS += [
|
||||
'mozwebidlcodegen/test/test_mozwebidlcodegen.py',
|
||||
]
|
||||
|
||||
if CONFIG['GNU_CC']:
|
||||
CXXFLAGS += [
|
||||
'-Wno-uninitialized',
|
||||
]
|
||||
|
@ -52,8 +52,3 @@ LOCAL_INCLUDES += [
|
||||
'/js/xpconnect/src',
|
||||
'/js/xpconnect/wrappers',
|
||||
]
|
||||
|
||||
if CONFIG['GNU_CC']:
|
||||
CXXFLAGS += [
|
||||
'-Wno-uninitialized',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user