From 94375bb322851a501f96814140916158120997d4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 2 Aug 2019 13:16:44 -0400 Subject: compile cleanly with more warnings enabled --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2311579..6e68f88 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ default: all -CFLAGS=-g -Wall -Wextra -Wpedantic -Werror -Wno-unused-parameter +CFLAGS=-g -Wall -Wextra -Wpedantic -Werror UTILITY=ed SOURCES=ed.c commands.c stubs.c env.c io.c signals.c input.c re.c HEADERS=ed.h -- cgit v1.2.1