]> gitweb.factorcode.org Git - factor.git/commitdiff
GNUmakefile: Enable -Wextra
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 7 May 2021 14:31:03 +0000 (09:31 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 7 May 2021 14:31:03 +0000 (09:31 -0500)
GNUmakefile

index 4b24d68d199c466d6d7e1639b299810356c5fac1..9061ccf7c6bed1b51e602daa9d494217fc22e998 100644 (file)
@@ -19,6 +19,7 @@ ifdef CONFIG
        include $(CONFIG)
 
        CFLAGS += -Wall \
+               -Wextra \
                -pedantic \
                -DFACTOR_VERSION="$(VERSION)" \
                -DFACTOR_GIT_LABEL="$(GIT_LABEL)" \