[swell-foop] Disable all C warnings - they are generally all bogus



commit 2a88dfd8179f64f34d711e566e22c5e67290fdda
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Oct 15 10:44:57 2013 +1300

    Disable all C warnings - they are generally all bogus

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 6da2748..651dcda 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,7 @@ swell_foop_VALAFLAGS = \
        --target-glib 2.36
 
 swell_foop_CFLAGS = \
+       -w \
        -DVERSION=\"$(VERSION)\" \
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
        -DDATADIR=\""$(datadir)/swell-foop"\" \


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