configure: enable warnings by default
commit86ac0f794731f03dfff40ee843ff9e2752945d5e
authorRich Felker <dalias@aerifal.cx>
Fri, 28 Aug 2020 00:43:47 +0000 (27 20:43 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 28 Aug 2020 00:43:47 +0000 (27 20:43 -0400)
tree871ab3460a5a1107c06bfbeed737d64729fbac8b
parent0a312d34b98940f6543b4ae07077d1d59d0afe5b
configure: enable warnings by default

now that -Wall is not used and we control which warnings are enabled,
it makes sense to have the wanted ones on by default. hopefully this
will also discourage manually adding -Wall to CFLAGS and making
incorrect changes or bug reports based on the compiler's output.
configure