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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user