Bug 882859 - Part c: Move FAIL_ON_WARNINGS into moz.build in dom/plugins/ipc/hangui; r=mshal

This commit is contained in:
Ms2ger 2013-08-22 08:55:59 +02:00
parent 4807f1c86c
commit 6ca05cdcf1
2 changed files with 5 additions and 7 deletions

View File

@ -6,7 +6,6 @@ DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk
@ -14,8 +13,6 @@ OS_LIBS = $(call EXPAND_LIBNAME,comctl32)
RCINCLUDE = HangUIDlg.rc
include $(topsrcdir)/config/config.mk
DEFINES += \
-DNS_NO_XPCOM \
$(NULL)
@ -26,10 +23,9 @@ STL_FLAGS = \
MOZ_GLUE_LDFLAGS =
ifdef GNU_CC
WIN32_EXE_LDFLAGS = -municode
endif
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
ifdef GNU_CC
WIN32_EXE_LDFLAGS = -municode
endif

View File

@ -4,6 +4,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
FAIL_ON_WARNINGS = True
PROGRAM = 'plugin-hang-ui'
CPP_SOURCES += [