diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-06 13:23:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-06 20:32:31 -0400 |
commit | e6af0f123a6cdc5ef5933484e775e3d4178fe2c6 (patch) | |
tree | c56a107f491bb688c60e33cd72e1282cd367135a /sim | |
parent | 524d770c9c127e077f59f0b2adadc9c14d003e0a (diff) | |
download | gdb-e6af0f123a6cdc5ef5933484e775e3d4178fe2c6.zip gdb-e6af0f123a6cdc5ef5933484e775e3d4178fe2c6.tar.gz gdb-e6af0f123a6cdc5ef5933484e775e3d4178fe2c6.tar.bz2 |
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.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/sh/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index 4c5b9ad..e58cd48 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 |