]> git.sesse.net Git - pgn-extract/commitdiff
Remove -pedantic; it is just annoying.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 10 Dec 2014 23:16:49 +0000 (00:16 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 10 Dec 2014 23:16:49 +0000 (00:16 +0100)
Makefile

index da88bf5f73b9a3229efe0ad5386d65ee6da1b46d..ab78559f93b5b5f7ba4af6e7dfb9999c016d0a8d 100644 (file)
--- 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 \