diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 17:36:30 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 17:36:30 +0200 |
commit | 7f4efec068c74c027b7dcb07c7ea93aacaaecc60 (patch) | |
tree | b64b0c6b2610e842adb48087986bcb0bad2af008 | |
parent | 3be026e9402e213719a58a3b0b26a211e89bd46c (diff) |
Build with -Wvla enabled
-rw-r--r-- | make.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |