Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (third batch); r=mounir

This commit is contained in:
Ms2ger 2012-09-20 09:55:36 +02:00
parent e734d6f1a2
commit 4052485701
11 changed files with 14 additions and 4 deletions

View File

@ -23,6 +23,7 @@ endif
LIBRARY_NAME = dom_sms_s
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
FAIL_ON_WARNINGS := 1
include $(topsrcdir)/dom/dom-config.mk

View File

@ -15,6 +15,7 @@ LIBXUL_LIBRARY = 1
# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1
FAIL_ON_WARNINGS := 1
CPPSRCS = \

View File

@ -15,6 +15,7 @@ LIBXUL_LIBRARY = 1
# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1
FAIL_ON_WARNINGS := 1
CPPSRCS = \
nsDesktopNotification.cpp \

View File

@ -13,11 +13,11 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdomoffline_s
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1
CPPSRCS = \
nsDOMOfflineResourceList.cpp \
$(NULL)
CPPSRCS = \
nsDOMOfflineResourceList.cpp \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

View File

@ -13,6 +13,7 @@ MODULE = dom
XPIDL_MODULE = dom_system
LIBRARY_NAME = domsystem_s
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1
ifneq (,$(filter qt gtk2,$(MOZ_WIDGET_TOOLKIT)))
DIRS = unix

View File

@ -16,6 +16,7 @@ LIBRARY_NAME = domsystemandroid_s
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
EXPORT_LIBRARY = 1
FAIL_ON_WARNINGS := 1
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -26,6 +26,7 @@ LIBRARY_NAME = domsystemgonk_s
XPIDL_MODULE = dom_system_gonk
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
FAIL_ON_WARNINGS := 1
include $(topsrcdir)/dom/dom-config.mk

View File

@ -16,6 +16,7 @@ LIBRARY_NAME = domsystemunix_s
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
EXPORT_LIBRARY = 1
FAIL_ON_WARNINGS := 1
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -16,6 +16,7 @@ LIBRARY_NAME = domsystemwindows_s
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
EXPORT_LIBRARY = 1
FAIL_ON_WARNINGS := 1
# We fire the nsDOMDeviceAcceleration
LOCAL_INCLUDES += -I$(topsrcdir)/content/events/src

View File

@ -14,6 +14,7 @@ LIBRARY_NAME = domtelephony_s
XPIDL_MODULE = dom_telephony
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
FAIL_ON_WARNINGS := 1
include $(topsrcdir)/dom/dom-config.mk

View File

@ -13,6 +13,7 @@ LIBRARY_NAME = dom_time_s
XPIDL_MODULE = dom_time
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
FAIL_ON_WARNINGS := 1
include $(topsrcdir)/dom/dom-config.mk