configure.ac: Use -std=c90 and error on declaration-after-statement
Replace gcc option of -std=c9x with c90 and add -Werror=declaration-after-statement This ensures we keep compatibility with msvc builds.
Showing
Please register or sign in to comment