Bug 1240592 - Remove unnecessary -Wno-uninitialized from dom/bindings. r=khuey

This commit is contained in:
Chris Peterson 2016-01-15 23:40:24 -08:00
parent 7a06def70a
commit 43cda9d089
2 changed files with 0 additions and 10 deletions

View File

@ -139,8 +139,3 @@ if CONFIG['MOZ_SIMPLEPUSH']:
PYTHON_UNIT_TESTS += [
'mozwebidlcodegen/test/test_mozwebidlcodegen.py',
]
if CONFIG['GNU_CC']:
CXXFLAGS += [
'-Wno-uninitialized',
]

View File

@ -52,8 +52,3 @@ LOCAL_INCLUDES += [
'/js/xpconnect/src',
'/js/xpconnect/wrappers',
]
if CONFIG['GNU_CC']:
CXXFLAGS += [
'-Wno-uninitialized',
]