aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 15:49:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 15:49:28 +0200
commit60a96311e299758feb621fa5402b262425c7f856 (patch)
tree5517cf2076595a2772bc2a6768783802c8041e11
parentReordering in (c cpp). (diff)
downloadcalp-60a96311e299758feb621fa5402b262425c7f856.tar.gz
calp-60a96311e299758feb621fa5402b262425c7f856.tar.xz
Remove -Wunused-variable compile flag, since macros make it \"worthless\".
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc5c4c51..097629d9 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ SCM_FILES = $(shell find module/ -type f -name \*.scm)
GO_FILES = $(SCM_FILES:%=obj/%.go)
GUILE_C_FLAGS = -Lmodule \
- -Wunused-variable -Wunused-toplevel \
+ -Wunused-toplevel \
-Wshadowed-toplevel -Wunbound-variable \
-Wmacro-use-before-definition -Warity-mismatch \
-Wduplicate-case-datum -Wbad-case-datum