Bug 1110651 - Remove Android FAIL_ON_WARNINGS exception from dom/plugins/base. r=josh

This commit is contained in:
Chris Peterson 2014-12-10 22:30:52 -08:00
parent 5355056080
commit 1330c021fe

View File

@ -88,11 +88,7 @@ else:
'nsPluginNativeWindow.cpp',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
# android_npapi.h extends the NPNVariable and NPPVariable enums
# using #defines, which results in Wswitch warnings in gcc-4.6.
# Therefore, enable FAIL_ON_WARNINGS only on non-Android platforms.
FAIL_ON_WARNINGS = True
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True