patches/gnome-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: 176
diff changeset
     1
--- a/configure.in	Mon Sep 19 06:18:13 2011
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents: 176
diff changeset
     2
+++ b/configure.in	Mon Sep 19 06:19:08 2011
176
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
     3
@@ -58,7 +58,9 @@
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
     4
 # not 64 bit clean in cross-compile
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
     5
 AC_CHECK_SIZEOF(void *, 4)
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
     6
 
8087
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents: 176
diff changeset
     7
-CFLAGS="-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings"
176
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
     8
+if [ "x$GCC" = xyes ]; then
8087
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents: 176
diff changeset
     9
+  CFLAGS="-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings"
176
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
    10
+fi
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
    11
 
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
    12
 if test "x$enable_maintainer_mode" = "xyes"; then
812e76e0ed86 2007-03-17 Laszlo (Laca) Peter <[email protected]>
laca_
parents:
diff changeset
    13
 DEBUG_FLAGS='-debug'