net: Mark NET_SV_BroadcastMessage with PRINTF_ATTR

This commit is contained in:
Turo Lamminen 2018-12-11 19:39:33 +02:00
parent 41df97b38e
commit 0032332dac

View file

@ -204,6 +204,7 @@ static void NET_SV_SendConsoleMessage(net_client_t *client, char *s, ...)
// Send a message to all clients
static void NET_SV_BroadcastMessage(const char *s, ...) PRINTF_ATTR(1, 2);
static void NET_SV_BroadcastMessage(const char *s, ...)
{
char buf[1024];