aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-10 17:36:30 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-03-10 17:36:30 +0200
commit7f4efec068c74c027b7dcb07c7ea93aacaaecc60 (patch)
treeb64b0c6b2610e842adb48087986bcb0bad2af008 /make.c
parent3be026e9402e213719a58a3b0b26a211e89bd46c (diff)
Build with -Wvla enabled
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 6444094..de7c794 100644
--- a/make.c
+++ b/make.c
@@ -19,7 +19,7 @@
#endif
#define LIBNAME "libmlib"
#define WARNINGS \
- "-Wall", "-Wextra", "-Wpedantic", "-Werror", "-Wno-attributes", \
+ "-Wall", "-Wextra", "-Wpedantic", "-Werror", "-Wno-attributes", "-Wvla", \
"-Wno-pointer-sign"
#define CMDPRC(c) \