try to work around Travis old GCC errors

This commit is contained in:
Sean Barrett
2019-08-11 15:55:39 -07:00
parent 76254f7758
commit 5037e236ed
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,9 @@
#define STB_VOXEL_RENDER_IMPLEMENTATION
#define STB_CONNECTED_COMPONENTS_IMPLEMENTATION
#define STB_DS_IMPLEMENTATION
#ifndef TRAVIS
#define STBDS_UNIT_TESTS
#endif
#define STBI_MALLOC my_malloc
#define STBI_FREE my_free