[quadrapassel] Disable all C warnings - they are generally all bogus
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [quadrapassel] Disable all C warnings - they are generally all bogus
- Date: Tue, 15 Oct 2013 21:03:44 +0000 (UTC)
commit 72c9c430e31454e8fc3d51c172419a6fb972ab1a
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Oct 16 10:01:41 2013 +1300
    Disable all C warnings - they are generally all bogus
 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index a5b1d6e..a152c4f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,8 @@ quadrapassel_CFLAGS = \
        -DDATA_DIRECTORY=\"$(datadir)/quadrapassel\" \
        -DSOUND_DIRECTORY=\"$(datadir)/quadrapassel/sounds\" \
        -DLOCALEDIR=\"$(datadir)/locale\" \
-       $(QUADRAPASSEL_CFLAGS)
+       $(QUADRAPASSEL_CFLAGS) \
+       -w
 
 quadrapassel_VALAFLAGS = \
        --pkg posix \
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]