summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2007-12-06 05:46:02 +0000
committerPeter Johnson <peter@tortall.net>2007-12-06 05:46:02 +0000
commitad072d5172b86ef8aff3b8ee726c88caf8268b26 (patch)
treedf0f18d6b1ac24f27123ae5f998022aff4e43990 /configure.ac
parentde9302504724a5e41261a2fb0653d5adca6a5756 (diff)
downloadyasm-ad072d5172b86ef8aff3b8ee726c88caf8268b26.tar.gz
Turn off -Wconversion. It is far too noisy for it to be useful due to
"passing arg X of `' with different width due to prototype" warnings. svn path=/trunk/yasm/; revision=2022
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f539d124..1bea5a2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,7 +174,7 @@ if test "$USE_MAINTAINER_MODE" = "yes"; then
MORE_CFLAGS="$MORE_CFLAGS -Wcast-align"
MORE_CFLAGS="$MORE_CFLAGS -Wcast-qual"
MORE_CFLAGS="$MORE_CFLAGS -Wchar-subscripts"
- MORE_CFLAGS="$MORE_CFLAGS -Wconversion"
+# MORE_CFLAGS="$MORE_CFLAGS -Wconversion"
# MORE_CFLAGS="$MORE_CFLAGS -Wdeclaration-after-statement"
# MORE_CFLAGS="$MORE_CFLAGS -Wendif-labels"
MORE_CFLAGS="$MORE_CFLAGS -Winline"