summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2008-11-30 10:50:14 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2008-11-30 10:50:14 +0000
commit195cdd3140589e0a484518e34f9effa036377b85 (patch)
tree5a1f220e4fe5eb71afe6a251e5911ff5fb8cc1df
parent4c3f52d4016093c9b25f33b28c19b103eaef277b (diff)
downloadlibgpod-195cdd3140589e0a484518e34f9effa036377b85.tar.gz
libgpod-195cdd3140589e0a484518e34f9effa036377b85.tar.xz
libgpod-195cdd3140589e0a484518e34f9effa036377b85.zip
* configure.ac: don't add "-Wall" to CFLAGS
unconditionally. I believe this line was overlooked when this issue was fixed earlier. Thanks to Tim Mooney. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2155 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e01507..1512d57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-11-30 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * configure.ac: don't add "-Wall" to CFLAGS
+ unconditionally. I believe this line was overlooked when this
+ issue was fixed earlier. Thanks to Tim Mooney.
+
+2008-11-30 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
* src/db-parse-context.h: remove unneeded G_GNUC_INTERNAL at the
end of a declaration as this can cause problems with some
compilers (and doesn't seem to make sense in the first
diff --git a/configure.ac b/configure.ac
index 1ba5955..e0030ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,6 @@ AC_PROG_MAKE_SET
AC_PROG_INTLTOOL([0.21])
PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0)
-LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall"
dnl **************************************************
dnl * expand $libdir