summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2021-11-24 20:08:45 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-02-21 19:17:25 +0000
commitc9703eb11102d27e22f5f5119db111dd1b41f559 (patch)
tree52a5028c7415a5aa6a993198bdabbda38fb5597a /Makefile
parentd15788827c453a1103b926672b7cdb1f1a21f487 (diff)
downloadlibnsgif-c9703eb11102d27e22f5f5119db111dd1b41f559.tar.gz
libnsgif-c9703eb11102d27e22f5f5119db111dd1b41f559.tar.bz2
Buildsystem: Add -Wextra to WARNFLAGS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c348e20..2ae2406 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ include $(NSSHARED)/makefiles/Makefile.tools
TESTRUNNER = test/runtest.sh $(BUILDDIR) $(EXEEXT)
# Toolchain flags
-WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
+WARNFLAGS := -Wall -Wextra -W -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs -pedantic
# BeOS/Haiku standard library headers create warnings