[iagno] Disable all C warnings - they are generally all bogus



commit 8339b20c969027e2b90e7c878a37735f15165553
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Oct 15 10:40:18 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 496eb1e..6e61c74 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,7 @@ iagno_CFLAGS = \
        -DDATA_DIRECTORY=\"$(datadir)/iagno\" \
        -DSOUND_DIRECTORY=\"$(datadir)/iagno/sounds\" \
        -DLOCALEDIR=\"$(datadir)/locale\" \
+       -w \
        $(IAGNO_CFLAGS)
 
 iagno_VALAFLAGS = \


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