net: Mark NET_SV_SendConsoleMessage with PRINTF_ATTR

This commit is contained in:
Turo Lamminen 2018-12-11 19:40:55 +02:00
parent 30673d2389
commit fde56790b5

View file

@ -186,6 +186,7 @@ static boolean ClientConnected(net_client_t *client)
// Send a message to be displayed on a client's console
static void NET_SV_SendConsoleMessage(net_client_t *client, const char *s, ...) PRINTF_ATTR(2, 3);
static void NET_SV_SendConsoleMessage(net_client_t *client, const char *s, ...)
{
char buf[1024];