[gnome-packagekit] trivial: remove -Wredundant-decls as system headers are often to blame
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] trivial: remove -Wredundant-decls as system headers are often to blame
- Date: Wed, 3 Mar 2010 11:29:52 +0000 (UTC)
commit 8753296807b7aa0a7d7ef5005862b5c49f0af62b
Author: Richard Hughes <richard hughsie com>
Date: Wed Mar 3 11:02:47 2010 +0000
trivial: remove -Wredundant-decls as system headers are often to blame
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8b1fe8d..91ae1ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ if test "$GCC" = "yes"; then
CPPFLAGS="$CPPFLAGS -Wdeclaration-after-statement"
# CPPFLAGS="$CPPFLAGS -Wmissing-declarations"
CPPFLAGS="$CPPFLAGS -Wno-uninitialized"
- CPPFLAGS="$CPPFLAGS -Wredundant-decls"
+# CPPFLAGS="$CPPFLAGS -Wredundant-decls"
CPPFLAGS="$CPPFLAGS -Wshadow"
CPPFLAGS="$CPPFLAGS -Wpointer-arith"
CPPFLAGS="$CPPFLAGS -Wcast-align"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]