From: Doug Coleman Date: Fri, 7 May 2021 14:31:03 +0000 (-0500) Subject: GNUmakefile: Enable -Wextra X-Git-Tag: 0.99~2282 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=833023075f33575bc743947869e0d2254b87856c GNUmakefile: Enable -Wextra --- 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)" \