mirror of
https://github.com/anope/anope.git
synced 2026-07-09 16:43:13 +02:00
Fixed make strict build and cleaned up some warnings
This commit is contained in:
@@ -45,7 +45,6 @@ void moduleAddHostServCmds(void)
|
||||
void get_hostserv_stats(long *nrec, long *memuse)
|
||||
{
|
||||
long count = 0, mem = 0;
|
||||
int i;
|
||||
HostCore *hc;
|
||||
|
||||
for (hc = head; hc; hc = hc->next) {
|
||||
|
||||
Reference in New Issue
Block a user