aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2017-05-14 23:52:43 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2017-05-14 23:52:43 -0600
commit8e78174001f2cb6b6edf4bb9a22a22ac7bb5bf1c (patch)
treeea6b1603b00666e84cfd83347a2e289975cf66b3
parentMerge branch 'master' of github.com:Taywee/args (diff)
downloadargs.hxx-8e78174001f2cb6b6edf4bb9a22a22ac7bb5bf1c.tar.xz
add -Wpedantic
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7b9bf7..3a3c785 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ FLAGS += -O2
endif
LIBS =
-CFLAGS += -I. $(FLAGS) -c -MMD -Wall -Wextra -Wno-unused-parameter
+CFLAGS += -I. $(FLAGS) -c -MMD -Wall -Wextra -Wno-unused-parameter -Werror -pedantic
LDFLAGS += $(FLAGS)
SOURCES = test.cxx