commit 21d35d6910f8b3281130fb29a89180620fccca74 parent 21844ce80c24e84e7fb5d4ba599253aeb9e54cbf Author: ssnf <ssnf@ssnf.xyz> Date: Thu, 18 Jul 2024 00:41:48 +0000 supress clang's new annoying warning c89 or gtfo bitch. Diffstat:
M | config.mk | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.mk b/config.mk @@ -4,8 +4,8 @@ PREFIX = /usr/local PKG_CONFIG_PATH = /usr/lib/pkgconfig ARFLAGS = rc -#CFLAGS = -Os -s -ansi -Wall -Wpedantic -CFLAGS = -O0 -g -ansi -Wall -Wpedantic +#CFLAGS = -Os -s -ansi -pedantic -Wall -Wno-strict-prototypes +CFLAGS = -O0 -g -ansi -pedantic -Wall -Wno-strict-prototypes AR = ar CC = cc