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
Родитель ab9671a83e
Коммит 28eed8a448
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

@ -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