stb_sprintf.h: fix unused-parameter warning
This commit is contained in:
parent
0224a44a10
commit
3bb12a14e9
@ -1392,6 +1392,7 @@ static char *stbsp__clamp_callback(char *buf, void *user, int len)
|
|||||||
|
|
||||||
static char * stbsp__count_clamp_callback( char * buf, void * user, int len )
|
static char * stbsp__count_clamp_callback( char * buf, void * user, int len )
|
||||||
{
|
{
|
||||||
|
(void) buf;
|
||||||
stbsp__context * c = (stbsp__context*)user;
|
stbsp__context * c = (stbsp__context*)user;
|
||||||
|
|
||||||
c->length += len;
|
c->length += len;
|
||||||
|
Loading…
Reference in New Issue
Block a user