Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: 6cb09e4c98ee8d38b6ca80454df17f1af5167001 https://github.com/ngircd/ngircd/commit/6cb09e4c98ee8d38b6ca80454df17f1af516... Author: Alexander Barton alex@barton.de Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths: M src/ngircd/conn.c
Log Message: ----------- Explicitely cast NumConnections etc. (size_t) to "long"
This fixes the following compiler warning, for example on OpenSolaris:
conn.c: In function 'Conn_Handler': conn.c:798:28: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
To unsubscribe from these emails, change your notification settings at https://github.com/ngircd/ngircd/settings/notifications