From 5fa5dc2a67e7e417dda69f22d608f822a440f22f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 11 Dec 2014 00:16:49 +0100 Subject: [PATCH] Remove -pedantic; it is just annoying. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da88bf5..ab78559 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ DEBUGINFO=-g # Mac OS X users might need to add -D__unix__ to CFLAGS # and use CC=cc or CC=gcc -CFLAGS+=-c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith \ +CFLAGS+=-c -Wall -Wshadow -Wformat -Wpointer-arith \ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings \ -Wsign-compare $(DEBUGINFO)\ -I/usr/local/lib/ansi-include \ -- 2.39.2