net: Mark NET_SV_SendConsoleMessage with PRINTF_ATTR
This commit is contained in:
parent
30673d2389
commit
fde56790b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue