fixed warnings for stb_truetype (fixes all outstanding bug reports)

This commit is contained in:
Sean Barrett
2014-05-25 20:56:24 -07:00
parent 31897dfd7f
commit eb62c741ea
5 changed files with 65 additions and 18 deletions

View File

@ -570,6 +570,7 @@ void rec_print(stb_dirtree2 *d, int depth)
d->weight = (float) stb_arr_len(d->files);
}
#ifdef MAIN_TEST
int main(int argc, char **argv)
{
char *z;
@ -1556,6 +1557,8 @@ int main(int argc, char **argv)
return 0;
}
#endif