Closed panosfol closed 1 month ago
Maybe we should consider adding -pedantic to our flags to potentially avoid future bugs like this. However in this case the bug is not caught even with -pedantic due to the array being declared with a variable as its size that happens to equal 0.
-pedantic
Maybe we should consider adding
-pedantic
to our flags to potentially avoid future bugs like this. However in this case the bug is not caught even with-pedantic
due to the array being declared with a variable as its size that happens to equal 0.