Now that all the relevant sources are fixed, enable the warning.
@ -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
dnl The cgen virtual insn logic involves enum conversions.
dnl Disable until we can figure out how to make this work.