Disable variable-length automatic arrays in gcc

You can generate an error for variable length arrays using a compiler flag:

-Werror=vla

Leave a Comment