diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-08-24 01:06:24 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-08-24 01:06:24 +0800 |
commit | 874672b2c7fba2a0a6ee9319c0aa3f58cfce5801 (patch) | |
tree | 206fe8ec92f1f2a8e6198683249b71c9c7426967 | |
parent | 751751ed4fc3018ec60af7990ab0e8d5bd5ed00c (diff) | |
download | gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.gz gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.bz2 gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.lz gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.xz gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.zst gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.zip |
Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common.
2003-08-23 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
* embed/mozilla/Makefile.am:
Use WARN_CXXFLAGS for mozilla code. You need to
update gnome-common.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,14 @@ 2003-08-23 Marco Pesenti Gritti <marco@gnome.org> * configure.in: + * embed/mozilla/Makefile.am: + + Use WARN_CXXFLAGS for mozilla code. You need to + update gnome-common. + +2003-08-23 Marco Pesenti Gritti <marco@gnome.org> + + * configure.in: 0.9.1 diff --git a/configure.in b/configure.in index afe439808..00730cc06 100644 --- a/configure.in +++ b/configure.in @@ -35,6 +35,7 @@ AC_SUBST(AM_CXXFLAGS) GNOME_DEBUG_CHECK GNOME_COMPILE_WARNINGS(error) +GNOME_CXX_WARNINGS(yes, yes) dnl ****************************** dnl Nautilus View checking diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 7e8d2bee9..a27b3e54a 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/embed \ -I$(top_srcdir) \ - $(WARN_CFLAGS) \ + $(WARN_CXXFLAGS) \ $(MOZILLA_COMPONENT_CFLAGS) \ -I$(MOZILLA_INCLUDE_ROOT)/appcomps \ -I$(MOZILLA_INCLUDE_ROOT)/chrome \ |