]> jfr.im git - irc/atheme/atheme.git/commit
configure: --enable-warnings: remove -Wno-missing-variable-declarations
authorAaron Jones <redacted>
Sat, 18 Jan 2020 18:29:08 +0000 (18:29 +0000)
committerAaron Jones <redacted>
Sat, 18 Jan 2020 18:51:39 +0000 (18:51 +0000)
commit2ae1738fe9cfa450c920514a92d640a9171372ad
tree072eb638f9a4fc1779b0ced7a0ef16ef2137d38f
parent6805781b96154e187de22f1c1854769e1285897d
configure: --enable-warnings: remove -Wno-missing-variable-declarations

Only GroupServ (to be addressed shortly) and NickServ LIST (ditto)
are the major remaining violators of using non-static symbols without
a previous extern declaration for them. Re-enable this warning so that
future changes that introduce more of this behaviour are caught.
configure
m4/atheme-featuretest-warnings.m4