sim: warnings: enable -Wshift-negative-value

Now that all the relevant sources are fixed, enable the warning.
This commit is contained in:
Mike Frysinger 2024-01-06 23:36:13 -05:00
parent 4223df94e0
commit 9f17cdda31
2 changed files with 2 additions and 0 deletions

1
sim/configure vendored
View File

@ -16175,6 +16175,7 @@ build_warnings="$build_warnings
-Wpointer-sign
-Wreturn-mismatch
-Wreturn-type
-Wshift-negative-value
-Wstrict-prototypes
-Wno-enum-conversion
"

View File

@ -70,6 +70,7 @@ build_warnings="$build_warnings
-Wpointer-sign
-Wreturn-mismatch
-Wreturn-type
-Wshift-negative-value
-Wstrict-prototypes
dnl The cgen virtual insn logic involves enum conversions.
dnl Disable until we can figure out how to make this work.