InterNetNews / inn

INN (InterNetNews) Usenet server
https://www.isc.org/othersoftware/#INN
Other
68 stars 13 forks source link

Check missing variable declarations in innd and nnrpd #218

Open Julien-Elie opened 2 years ago

Julien-Elie commented 2 years ago

Clang warns about missing variable declarations when building innd and nnrpd. The check is currently disabled for them. We should ensure we properly deal with extern declarations in innd.h and nnrpd.h.