mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1154179 - Add FAIL_ON_WARNINGS to app update. r=glandium
This commit is contained in:
parent
a7710a107e
commit
01d26e5ffe
@ -10,3 +10,5 @@ include('../common/sources.mozbuild')
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
USE_STATIC_LIBS = True
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
@ -25,3 +25,5 @@ srcdir = '.'
|
||||
include('sources.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
@ -29,5 +29,7 @@ EXTRA_JS_MODULES += [
|
||||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Application Update')
|
||||
|
@ -10,3 +10,4 @@ updater_rel_path = '../'
|
||||
NO_DIST_INSTALL = True
|
||||
DEFINES['UPDATER_XPCSHELL_CERT'] = True
|
||||
include('../updater-common.build')
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
Loading…
Reference in New Issue
Block a user