mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-06 14:21:43 +08:00
sim: warnings: enable -Wshift-negative-value
Now that all the relevant sources are fixed, enable the warning.
This commit is contained in:
parent
4223df94e0
commit
9f17cdda31
1
sim/configure
vendored
1
sim/configure
vendored
@ -16175,6 +16175,7 @@ build_warnings="$build_warnings
|
||||
-Wpointer-sign
|
||||
-Wreturn-mismatch
|
||||
-Wreturn-type
|
||||
-Wshift-negative-value
|
||||
-Wstrict-prototypes
|
||||
-Wno-enum-conversion
|
||||
"
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user