summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-01-04 22:51:05 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-01-04 22:51:05 +0000
commit6cbc12cc63ec7fd078989e55094cef5ed35f4207 (patch)
tree9eaeb8782d519ee20c8144afc4286dee4c1333cc /configure.in
parent9464c463c7a70374beec89d5b3c9ef72fa1ac204 (diff)
downloadtotem-6cbc12cc63ec7fd078989e55094cef5ed35f4207.tar.gz
and remove floating point warnings, it seems only some versions of gcc
2005-01-04 Bastien Nocera <hadess@hadess.net> * configure.in: and remove floating point warnings, it seems only some versions of gcc handle it (bugger) (Closes: #162943)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9cc839d4d..8645a1881 100644
--- a/configure.in
+++ b/configure.in
@@ -324,7 +324,7 @@ if test "$GCC" = "yes" ; then
CFLAGS="\
-Wall \
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
- -Wnested-externs -Wpointer-arith -Wfloat \
+ -Wnested-externs -Wpointer-arith \
-Wcast-align -Wsign-compare \
-fno-strict-aliasing \
$CFLAGS"