Merge branch 'mine/avoid_warning' of https://github.com/wojdyr/stb into working

This commit is contained in:
Sean Barrett 2020-02-05 03:10:20 -08:00
commit 6b38abed1f
1 changed files with 1 additions and 0 deletions

View File

@ -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 )
{
(void) buf;
stbsp__context * c = (stbsp__context*)user;
c->length += len;