1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 08:03:13 +02:00

Enable additional compiler warnings. Update code to conform to these

new standards, possible to compile with -Werror with them.
This commit is contained in:
Bram Matthys
2019-03-27 09:03:30 +01:00
parent 5a38d8ed75
commit dd2af3b31c
14 changed files with 1765 additions and 658 deletions
+1 -1
View File
@@ -474,7 +474,7 @@ int webirc_local_pass(aClient *sptr, char *password)
return dowebirc(sptr, ip, host, NULL);
}
/* falltrough if not in webirc block.. */
/* fallthrough if not in webirc block.. */
}
return 0; /* not webirc */