summaryrefslogtreecommitdiffstats
path: root/src/guile.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-03-27 13:49:26 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-03-27 13:49:26 (GMT)
commit039b291ac0508c881d63303c4b22eebbd55e7e3d (patch)
treeb1e29600f8e82b719111b28a3357063012a8d69a /src/guile.mk
parent80ea9c0737c306adc432e97c8784bf55910c0d4a (diff)
downloadmxe-039b291ac0508c881d63303c4b22eebbd55e7e3d.zip
mxe-039b291ac0508c881d63303c4b22eebbd55e7e3d.tar.gz
mxe-039b291ac0508c881d63303c4b22eebbd55e7e3d.tar.bz2
fix compiler errors instead of suppressing them
Diffstat (limited to 'src/guile.mk')
-rw-r--r--src/guile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile.mk b/src/guile.mk
index 33ac8de..453099b 100644
--- a/src/guile.mk
+++ b/src/guile.mk
@@ -36,7 +36,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j 1 install schemelib_DATA=
'$(TARGET)-gcc' \
- -W -Wall -Werror -ansi -pedantic -Wno-unused-but-set-variable \
+ -W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-guile.exe' \
`'$(TARGET)-pkg-config' guile-1.8 --cflags --libs`
endef