sim: m32r: enable warnings in traps.c

File should be clean now!
This commit is contained in:
Mike Frysinger 2024-01-10 22:36:41 -05:00
parent 08a7937f3a
commit c3c79ac5c4
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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 = \