From cfec6c2c31abd9f56d4cbb5fe9c3463055226244 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 17 Nov 2025 04:44:10 -0500 Subject: Get rid of unused goto labels. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3