diff options
author | Mike Frysinger <vapier@gentoo.org> | 2024-01-10 22:36:41 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2024-01-10 22:37:04 -0500 |
commit | c3c79ac5c456cc45bd658eec47a2d96166ba8c41 (patch) | |
tree | 577c57882dceb8885bd36b031572387ff0b2f2b3 /sim/m32r | |
parent | 08a7937f3a7301254e0ee98a93d94010e4ce5c5a (diff) | |
download | fsf-binutils-gdb-c3c79ac5c456cc45bd658eec47a2d96166ba8c41.zip fsf-binutils-gdb-c3c79ac5c456cc45bd658eec47a2d96166ba8c41.tar.gz fsf-binutils-gdb-c3c79ac5c456cc45bd658eec47a2d96166ba8c41.tar.bz2 |
sim: m32r: enable warnings in traps.c
File should be clean now!
Diffstat (limited to 'sim/m32r')
-rw-r--r-- | sim/m32r/local.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/m32r/local.mk b/sim/m32r/local.mk index bb9c84b..2b5d67f 100644 --- a/sim/m32r/local.mk +++ b/sim/m32r/local.mk @@ -16,9 +16,6 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. -## Some modules don't build cleanly yet. -AM_CFLAGS_%C%_traps.o = -Wno-error - nodist_%C%_libsim_a_SOURCES = \ %D%/modules.c %C%_libsim_a_SOURCES = \ |