From 02a933b808ff3f92abad50f7cc2632eb7d36d19e Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 23 Nov 2012 02:31:02 +0000 Subject: [PATCH] Wall was already there, changed pedantic, into pedantic-errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8f7a79..5ab8971 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PREFIX := /usr/local BINDIR := $(PREFIX)/bin CC ?= clang -CFLAGS += -Wall -I. -Wall -pedantic +CFLAGS += -Wall -I. -pedantic-errors #turn on tons of warnings if clang is present ifeq ($(CC), clang) CFLAGS += \ -- 2.39.2