]> gitweb.factorcode.org Git - factor.git/commitdiff
GNUmakefile: add -pedantic now that there are no warnings.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 30 Mar 2016 22:39:20 +0000 (15:39 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 30 Mar 2016 22:39:42 +0000 (15:39 -0700)
GNUmakefile

index 6b5f2418125147911c10ecfbf330f014696c78f4..f1433f530eec1069fd17c2d54f96377fd1efbc01 100644 (file)
@@ -7,6 +7,7 @@ ifdef CONFIG
        include $(CONFIG)
 
        CFLAGS = -Wall \
+               -pedantic \
                -DFACTOR_VERSION="$(VERSION)" \
                -DFACTOR_GIT_LABEL="$(GIT_LABEL)" \
                $(SITE_CFLAGS)