I couldn't disable it even though by using -std=c89 flag. How can I disable it?
-std=c89
You can generate an error for variable length arrays using a compiler flag:
-Werror=vla
548k questions
547k answers
4 comments
86.3k users