forked from Imagelibrary/binutils-gdb
sim: warnings: enable -Wshift-negative-value
Now that all the relevant sources are fixed, enable the warning.
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user