[gnome-power-manager] 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-power-manager] trivial: remove -Wredundant-decls as system headers are often to blame
- Date: Thu, 4 Mar 2010 14:44:30 +0000 (UTC)
commit f07cbaed1b24ab1383457bfc6c8a0ec0d0fed0f4
Author: Richard Hughes <richard hughsie com>
Date: Thu Mar 4 14:43:45 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 891e7a5..26fc294 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ if test "$GCC" = "yes"; then
WARNINGFLAGS="$WARNINGFLAGS -Wall"
WARNINGFLAGS="$WARNINGFLAGS -Wcast-align -Wno-uninitialized"
WARNINGFLAGS="$WARNINGFLAGS -Wmissing-declarations"
- WARNINGFLAGS="$WARNINGFLAGS -Wredundant-decls"
+# WARNINGFLAGS="$WARNINGFLAGS -Wredundant-decls"
# WARNINGFLAGS="$WARNINGFLAGS -Wmissing-noreturn"
WARNINGFLAGS="$WARNINGFLAGS -Wpointer-arith"
WARNINGFLAGS="$WARNINGFLAGS -Wcast-align"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]