aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-05 00:48:40 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-05 00:48:40 +0100
commitf3f9592b41094bbeaacc95cd3c35cc3e8d0b26c7 (patch)
tree6f0f742ce78e614c0095d4ab3317f714a33b3308
parentf2542128ff909430bd60789e8b5923543c9d42a1 (diff)
downloadpack-f3f9592b41094bbeaacc95cd3c35cc3e8d0b26c7.tar.gz
pack-f3f9592b41094bbeaacc95cd3c35cc3e8d0b26c7.tar.xz
pack-f3f9592b41094bbeaacc95cd3c35cc3e8d0b26c7.zip
.vars.rc.do: warnings array name corrected
-rwxr-xr-x.vars.rc.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vars.rc.do b/.vars.rc.do
index fe933ee..55e7e11 100755
--- a/.vars.rc.do
+++ b/.vars.rc.do
@@ -6,7 +6,7 @@ unset CC CFLAGS CPPFLAGS LDFLAGS LDLIBS colour debug optimise verbose warn werro
CFLAGS=(-std=c11 -fPIC)
-wflags=(
+warnings=(
-Wall -Wcast-align -Wcast-qual -Wextra -Wpedantic -Wformat=2
-Winit-self -Wmissing-prototypes -Wpointer-arith -Wshadow
-Wstrict-prototypes -Wsuggest-attribute=format