Bug 898489: Mark content/xul/content/src/ and content/xul/document/src/ as FAIL_ON_WARNINGS. r=smaug r=gps

This commit is contained in:
Daniel Holbert 2013-07-29 12:29:42 -07:00
parent fe2024e105
commit 0095de3081
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,8 @@ MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
endif
FAIL_ON_WARNINGS = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \

View File

@ -12,6 +12,7 @@ include $(DEPTH)/config/autoconf.mk
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1
include $(topsrcdir)/config/rules.mk