patches/gnome-desktop-sharp-01-Wall.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 8087 fbe8a49fa37b
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8087
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     1
--- a/configure.in	2011-10-01 00:51:47.304372464 -0400
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     2
+++ b/configure.in	2011-10-01 00:52:47.686781646 -0400
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     3
@@ -49,7 +49,9 @@
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     4
 # not 64 bit clean in cross-compile
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     5
 AC_CHECK_SIZEOF(void *, 4)
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     6
 
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     7
+if [ "x$GCC" = xyes ]; then
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     8
 CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     9
+fi
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    10
 
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    11
 if test "x$enable_maintainer_mode" = "xyes"; then
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    12
 DEBUG_FLAGS='-debug'