From 2adec2117406cf40aa65e630a1aa04502d7117cc Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 30 Mar 2016 15:39:20 -0700 Subject: [PATCH] GNUmakefile: add -pedantic now that there are no warnings. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 6b5f241812..f1433f530e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,6 +7,7 @@ ifdef CONFIG include $(CONFIG) CFLAGS = -Wall \ + -pedantic \ -DFACTOR_VERSION="$(VERSION)" \ -DFACTOR_GIT_LABEL="$(GIT_LABEL)" \ $(SITE_CFLAGS) -- 2.34.1