mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
sim: warnings: fix -Wreturn-mismatch typo
This commit is contained in:
parent
06bc778c13
commit
fa113bd940
2 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue