[PATCH 1/9] sim: or1k: build with -Werror
Mike Frysinger
vapier@gentoo.org
Mon Nov 1 04:59:37 GMT 2021
The only warnings left in this port are a few maybe-uninitialized,
but we don't abort the build for them, so turn on -Werror everywhere.
---
sim/or1k/Makefile.in | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in
index 8f447fdc291a..c6bd03b756cd 100644
--- a/sim/or1k/Makefile.in
+++ b/sim/or1k/Makefile.in
@@ -55,9 +55,6 @@ SIM_EXTRA_LIBS = -lm
SIM_EXTRA_CLEAN = or1k-clean
-# Code doesn't build cleanly yet.
-SIM_WERROR_CFLAGS =
-
## COMMON_POST_CONFIG_FRAG
arch = or1k
--
2.33.0
More information about the Gdb-patches
mailing list