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
0.7.0
Peter Johnson 17 years ago
parent de93025047
commit ad072d5172
  1. 2
      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"

Loading…
Cancel
Save