Bug 945063: Annotate storage/build and storage/test as FAIL_ON_WARNINGS. r=mak

This commit is contained in:
Daniel Holbert 2014-01-08 11:04:03 -08:00
parent cc61607627
commit a246c3ae45
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,8 @@ SOURCES += [
'mozStorageModule.cpp',
]
FAIL_ON_WARNINGS = True
LIBRARY_NAME = 'storagecomps'
FINAL_LIBRARY = 'xul'

View File

@ -32,3 +32,4 @@ LOCAL_INCLUDES += [
'../src',
]
FAIL_ON_WARNINGS = True