sim: sh: reduce -Wno-error scope
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Nov 2021 04:53:38 +0000 (00:53 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Nov 2021 04:53:38 +0000 (00:53 -0400)
Only one file in here still generates warnings, so reduce the -Werror
disable to that alone now that we require GNU make and can set variables
on a per-object basis.

sim/sh/Makefile.in

index efac41e8a4013984bd6b52ad6b399541ba2f9351..e79efd1ff5e2e0fdd6220c529a5f2ef3106d81be 100644 (file)
@@ -28,8 +28,8 @@ SIM_EXTRA_LIBS = -lm
 SIM_EXTRA_CLEAN = sh-clean
 SIM_EXTRA_DEPS = table.c code.c ppi.c
 
-# Code doesn't build cleanly yet.
-SIM_WERROR_CFLAGS =
+# Some modules don't build cleanly yet.
+interp.o: SIM_WERROR_CFLAGS =
 
 ## COMMON_POST_CONFIG_FRAG