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
2.1m questions
2.1m answers
60 comments
57.0k users