☠☠ backed out by 4202e19f36e2 ☠ ☠ | |
author | Daniel Holbert <dholbert@cs.stanford.edu> |
Wed, 11 Jan 2012 00:32:38 -0800 | |
changeset 84248 | b121ed2a5db64eea67554df137d48919437ef587 |
parent 84247 | 59cd8f499630d5fb0d67e02ae5b7e3a2468a6f7e |
child 84249 | 6630cc3b20a72b49505d013fc989f303abceec8b |
push id | 21832 |
push user | bmo@edmorley.co.uk |
push date | Wed, 11 Jan 2012 17:04:15 +0000 |
treeherder | mozilla-central@40c9f9ff9fd5 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jwatt |
bugs | 716699 |
milestone | 12.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/smil/Makefile.in +++ b/content/smil/Makefile.in @@ -40,16 +40,17 @@ topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = content LIBRARY_NAME = gkconsmil_s LIBXUL_LIBRARY = 1 +FAIL_ON_WARNINGS = 1 EXPORTS = \ nsISMILAnimationElement.h \ nsISMILAttr.h \ nsISMILType.h \ nsSMILAnimationController.h \ nsSMILCompositorTable.h \ nsSMILCSSProperty.h \
--- a/content/svg/document/src/Makefile.in +++ b/content/svg/document/src/Makefile.in @@ -40,16 +40,17 @@ topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = content LIBRARY_NAME = gkconsvgdoc_s LIBXUL_LIBRARY = 1 +FAIL_ON_WARNINGS = 1 CPPSRCS = \ nsSVGDocument.cpp \ $(NULL) # we don't want the shared lib, but we want to force the creation of a static lib. FORCE_STATIC_LIB = 1
--- a/layout/svg/base/src/Makefile.in +++ b/layout/svg/base/src/Makefile.in @@ -40,16 +40,17 @@ topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = layout LIBRARY_NAME = gksvgbase_s LIBXUL_LIBRARY = 1 +FAIL_ON_WARNINGS = 1 CPPSRCS = \ nsSVGAFrame.cpp \ nsSVGClipPathFrame.cpp \ nsSVGContainerFrame.cpp \ nsSVGEffects.cpp \ nsSVGFilterFrame.cpp \