summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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