sim: sh: enable -Werror everywhere
authorMike Frysinger <vapier@gentoo.org>
Sat, 6 Nov 2021 17:23:17 +0000 (13:23 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 7 Nov 2021 00:32:31 +0000 (20:32 -0400)
With most of the warnings fixed in interp.c, we can enable -Werror
here too now.  There are some -Wmaybe-uninitialized warnings still
lurking that look legitimate, but we don't flag those are fatal,
and I don't have the expertise to dive into each opcode to figure
out the right way to clean them up.

sim/sh/Makefile.in

index 4c5b9ad9a0aff54c2403e0ddae6fe83d9d006dcd..e58cd48f1ae2a368a3e5ca6c92e80c7c097a4fe8 100644 (file)
@@ -27,7 +27,4 @@ SIM_OBJS = \
 SIM_EXTRA_LIBS = -lm
 SIM_EXTRA_DEPS = table.c code.c ppi.c
 
-# Some modules don't build cleanly yet.
-interp.o: SIM_WERROR_CFLAGS =
-
 ## COMMON_POST_CONFIG_FRAG