зеркало из https://github.com/mozilla/pjs.git
Bug 557566, part 2: Add FAIL_ON_WARNINGS to Makefiles in some build-warning-free directories. r=ted
This commit is contained in:
Родитель
284a330327
Коммит
39525ea7a3
|
@ -45,6 +45,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = content
|
||||
LIBRARY_NAME = gkconcvs_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
EXPORTS = \
|
||||
CustomQS_Canvas2D.h \
|
||||
|
|
|
@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = content
|
||||
LIBRARY_NAME = gkconwave_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
||||
EXPORTS += \
|
||||
|
|
|
@ -47,6 +47,7 @@ MODULE = shistory
|
|||
LIBRARY_NAME = shistory_s
|
||||
FORCE_STATIC_LIB = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
||||
CPPSRCS = nsSHEntry.cpp \
|
||||
|
|
|
@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = dom
|
||||
LIBRARY_NAME = jsdomgeolocation_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
|
|
@ -48,6 +48,7 @@ EXPORT_LIBRARY = 1
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsTransactionManagerModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
||||
CPPSRCS = \
|
||||
|
|
|
@ -45,6 +45,7 @@ relativesrcdir = toolkit/components/places/tests/cpp
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = test_places
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
CPP_UNIT_TESTS = \
|
||||
test_IHistory.cpp \
|
||||
|
|
|
@ -46,6 +46,7 @@ MODULE = uriloader
|
|||
LIBRARY_NAME = uriloaderbase_s
|
||||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
||||
CPPSRCS = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче