[gnome-power-manager] Remove -Wunitialized because it does not compile on Ubuntu Jaunty
- From: Jaap A. Haitsma <jhaitsma src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-power-manager] Remove -Wunitialized because it does not compile on Ubuntu Jaunty
- Date: Sun, 21 Jun 2009 16:45:14 -0400 (EDT)
commit dee30e652357a77bdbecef42a28a2c770d2f10a4
Author: Jaap A. Haitsma <jaap haitsma org>
Date: Sun Jun 21 22:44:35 2009 +0200
Remove -Wunitialized because it does not compile on Ubuntu Jaunty
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0c0911c..3abcc8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ if test "$GCC" = "yes"; then
WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers"
# WARNINGFLAGS="$WARNINGFLAGS -Wsign-compare"
WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits"
- WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized"
+# WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized"
# WARNINGFLAGS="$WARNINGFLAGS -Waggregate-return"
WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement"
WARNINGFLAGS="$WARNINGFLAGS -Wshadow"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]