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/Makefile.in | |
parent | 08a7937f3a7301254e0ee98a93d94010e4ce5c5a (diff) | |
download | gdb-c3c79ac5c456cc45bd658eec47a2d96166ba8c41.zip gdb-c3c79ac5c456cc45bd658eec47a2d96166ba8c41.tar.gz gdb-c3c79ac5c456cc45bd658eec47a2d96166ba8c41.tar.bz2 |
sim: m32r: enable warnings in traps.c
File should be clean now!
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r-- | sim/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index 7de345c..6da4ea2 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -2573,7 +2573,6 @@ testsuite_common_CPPFLAGS = \ # opc2c leaks memory, and therefore makes AddressSanitizer unhappy. Disable # leak detection while running it. @SIM_ENABLE_ARCH_m32c_TRUE@m32c_OPC2C_RUN = ASAN_OPTIONS=detect_leaks=0 m32c/opc2c$(EXEEXT) -@SIM_ENABLE_ARCH_m32r_TRUE@AM_CFLAGS_m32r_traps.o = -Wno-error @SIM_ENABLE_ARCH_m32r_TRUE@nodist_m32r_libsim_a_SOURCES = \ @SIM_ENABLE_ARCH_m32r_TRUE@ m32r/modules.c |