aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-17 04:44:10 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-17 04:44:10 -0500
commitcfec6c2c31abd9f56d4cbb5fe9c3463055226244 (patch)
tree0ed9c3ec3f7d53a4898db9949516cb77d35857f9 /src/Makefile
parentd7a89fdf9be3e3687af56e4a0e7f79225c1ffd05 (diff)
downloadunalf-cfec6c2c31abd9f56d4cbb5fe9c3463055226244.tar.gz
Get rid of unused goto labels.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index b5026b6..9113572 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -26,7 +26,7 @@ GZIP_MAN=yes
VERSION=0.1.0
-CFLAGS=-DVERSION='"$(VERSION)"' -Wall -Wno-unused-label -I../f65 $(COPT)
+CFLAGS=-DVERSION='"$(VERSION)"' -Wall -I../f65 $(COPT)
.PHONY: all clean install