commit | e6af0f123a6cdc5ef5933484e775e3d4178fe2c6 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Nov 06 13:23:17 2021 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Nov 06 20:32:31 2021 -0400 |
tree | c56a107f491bb688c60e33cd72e1282cd367135a | |
parent | 524d770c9c127e077f59f0b2adadc9c14d003e0a [diff] |
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.