mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
sim: warnings: fix -Wreturn-mismatch typo
This commit is contained in:
parent
06bc778c13
commit
fa113bd940
2
sim/configure
vendored
2
sim/configure
vendored
@ -15845,7 +15845,7 @@ build_warnings="$build_warnings
|
||||
-Wold-style-declaration
|
||||
-Wold-style-definition
|
||||
-Wpointer-sign
|
||||
-WWreturn-mismatch
|
||||
-Wreturn-mismatch
|
||||
-Wstrict-prototypes
|
||||
-Wno-enum-conversion
|
||||
"
|
||||
|
@ -68,7 +68,7 @@ build_warnings="$build_warnings
|
||||
-Wold-style-declaration
|
||||
-Wold-style-definition
|
||||
-Wpointer-sign
|
||||
-WWreturn-mismatch
|
||||
-Wreturn-mismatch
|
||||
-Wstrict-prototypes
|
||||
dnl The cgen virtual insn logic involves enum conversions.
|
||||
dnl Disable until we can figure out how to make this work.
|
||||
|
Loading…
Reference in New Issue
Block a user