Bug 1154179 - Add FAIL_ON_WARNINGS to app update. r=glandium

This commit is contained in:
Robert Strong 2015-04-14 17:00:11 -07:00
parent a7710a107e
commit 01d26e5ffe
4 changed files with 7 additions and 0 deletions

View File

@ -10,3 +10,5 @@ include('../common/sources.mozbuild')
if CONFIG['OS_ARCH'] == 'WINNT':
USE_STATIC_LIBS = True
FAIL_ON_WARNINGS = True

View File

@ -25,3 +25,5 @@ srcdir = '.'
include('sources.mozbuild')
FINAL_LIBRARY = 'xul'
FAIL_ON_WARNINGS = True

View File

@ -29,5 +29,7 @@ EXTRA_JS_MODULES += [
JAR_MANIFESTS += ['jar.mn']
FAIL_ON_WARNINGS = True
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Application Update')

View File

@ -10,3 +10,4 @@ updater_rel_path = '../'
NO_DIST_INSTALL = True
DEFINES['UPDATER_XPCSHELL_CERT'] = True
include('../updater-common.build')
FAIL_ON_WARNINGS = True