From 833023075f33575bc743947869e0d2254b87856c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 7 May 2021 09:31:03 -0500 Subject: [PATCH] GNUmakefile: Enable -Wextra --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 4b24d68d19..9061ccf7c6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,6 +19,7 @@ ifdef CONFIG include $(CONFIG) CFLAGS += -Wall \ + -Wextra \ -pedantic \ -DFACTOR_VERSION="$(VERSION)" \ -DFACTOR_GIT_LABEL="$(GIT_LABEL)" \ -- 2.34.1