From: Mike Frysinger Date: Sat, 6 Nov 2021 17:23:17 +0000 (-0400) Subject: sim: sh: enable -Werror everywhere X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6af0f123a6cdc5ef5933484e775e3d4178fe2c6;p=binutils-gdb.git sim: sh: enable -Werror everywhere 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. --- diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index 4c5b9ad9a0a..e58cd48f1ae 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -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