From 8e78174001f2cb6b6edf4bb9a22a22ac7bb5bf1c Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Sun, 14 May 2017 23:52:43 -0600 Subject: add -Wpedantic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1