mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
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
This commit is contained in:
parent
de93025047
commit
ad072d5172
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue