[PATCH/committed,5/5] sim: m32r: enable warnings in traps.c

Message ID 20240111033747.17795-5-vapier@gentoo.org
State New
Headers
Series [PATCH/committed,1/5] sim: m32r: cleanup unused variables |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_gdb_build--master-arm warning Patch is already merged

Commit Message

Mike Frysinger Jan. 11, 2024, 3:37 a.m. UTC
  File should be clean now!
---
 sim/Makefile.in   | 1 -
 sim/m32r/local.mk | 3 ---
 2 files changed, 4 deletions(-)
  

Patch

diff --git a/sim/m32r/local.mk b/sim/m32r/local.mk
index bb9c84b2bb84..2b5d67ff9eb3 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 = \