sim: warnings: fix -Wreturn-mismatch typo

This commit is contained in:
Mike Frysinger 2023-12-21 20:58:51 -05:00
parent 06bc778c13
commit fa113bd940
2 changed files with 2 additions and 2 deletions

2
sim/configure vendored
View File

@ -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
"

View File

@ -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.