fixed warnings for stb_truetype (fixes all outstanding bug reports)
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user