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 8936334..f77f387 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CC := gcc
CFLAGS := -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\""
WARN := -Wstrict-prototypes -Wsign-compare -Wshadow \
-Wchar-subscripts -Wmissing-declarations -Wnested-externs \
- -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes
+ -Wpointer-arith -Wcast-align -Wmissing-prototypes
CFLAGS += $(WARN)
# Compile with 'make DEBUG=true' to enable debugging