[gnome-calculator] Disable all C warnings - they are generally all bogus



commit 8722f02a019835b24a5e9583c832f5116c457ed1
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Oct 15 10:32:11 2013 +1300

    Disable all C warnings - they are generally all bogus

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index eba7c01..5c0611f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = \
        -DVERSION=\""$(VERSION)"\" \
        -DLOCALE_DIR=\""$(localedir)"\" \
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
-       -Wno-unused -Wno-deprecated-declarations \
+       -w \
        $(GNOME_CALCULATOR_CFLAGS)
 
 BUILT_SOURCES = resources.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]