From 71748090230489d33c7d2db6e52de5bc3bd73c06144aa7b18dea2feb28cfc8db Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 29 Aug 2024 13:24:52 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=136 --- clisp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clisp.spec b/clisp.spec index e08ad5c..3c256cd 100644 --- a/clisp.spec +++ b/clisp.spec @@ -148,6 +148,7 @@ contains two nice applications. %build %add_optflags -g3 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE +%add_optflags -Wno-unused -Wno-uninitialized -Wno-implicit-fallthrough -Wno-volatile-register-var # # Overwrite stack size limit (hopefully a soft limit only) # @@ -203,7 +204,6 @@ then else MYCFLAGS="${MYCFLAGS} -D_GNU_SOURCE" fi -MYCFLAGS="${MYCFLAGS} -Wno-unused -Wno-uninitialized -Wno-implicit-fallthrough -Wno-volatile-register-var" # From src/makemake.in # # Do NOT enable -DSAFETY=3 here, because -DSAFETY=3 not only disables some