diff options
-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) \ |