net: Mark NET_SV_BroadcastMessage with PRINTF_ATTR
This commit is contained in:
parent
41df97b38e
commit
0032332dac
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue