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
1.4m articles
1.4m replys
5 comments
57.0k users