From 195cdd3140589e0a484518e34f9effa036377b85 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 30 Nov 2008 10:50:14 +0000 Subject: * 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 --- ChangeLog | 6 ++++++ configure.ac | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e01507..1512d57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-30 Jorg Schuler + + * 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 * src/db-parse-context.h: remove unneeded G_GNUC_INTERNAL at the 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 -- cgit