]> granicus.if.org Git - yasm/commitdiff
Turn off -Wconversion. It is far too noisy for it to be useful due to
authorPeter Johnson <peter@tortall.net>
Thu, 6 Dec 2007 05:46:02 +0000 (05:46 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 6 Dec 2007 05:46:02 +0000 (05:46 -0000)
"passing arg X of `' with different width due to prototype" warnings.

svn path=/trunk/yasm/; revision=2022

configure.ac

index f539d12442fd24e01f96af78c9fa4bd8f044b288..1bea5a2f86faee440a6dd3b06ba34404499576ac 100644 (file)
@@ -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"