Bug 1012858: Mark widget/xpwidgets/ as FAIL_ON_WARNINGS. r=roc

This commit is contained in:
Daniel Holbert 2014-05-20 12:43:57 -07:00
parent aa50397bac
commit 54bd037fd0

View File

@ -69,6 +69,8 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('qt', 'gtk2', 'gtk3', 'windows', 'cocoa'):
if not CONFIG['MOZ_B2G']:
DEFINES['MOZ_CROSS_PROCESS_IME'] = True
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LIBRARY_NAME = 'xpwidgets_s'