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



commit 9cfc54f71dca937713c8fafc6a6cb3b445882ca3
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Oct 15 10:40:48 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 d1a574f..6dcdb0c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,7 @@ gnome_mines_CFLAGS = \
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
        -DDATA_DIRECTORY=\"$(datadir)/gnome-mines\" \
        -DLOCALEDIR=\"$(datadir)/locale\" \
+       -w \
        $(GNOME_MINES_CFLAGS)
 
 gnome_mines_VALAFLAGS = \


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