Hacker News new | ask | show | jobs
by vbtemp 2297 days ago
First step is making sure you're using the flags

`-Wall -Werror -pedantic` and then one of `-std=c89` or `-std=c99`

(Or equivalent in whatever Windows C compiler)

1 comments

Why would you suggest older versions?