Fix a bunch of warnings under Apple's clang-800.0.42.1

This commit is contained in:
Jorge Rodriguez
2017-03-11 09:34:26 -08:00
parent 6f6e11f85f
commit a99bc0ca32
3 changed files with 51 additions and 52 deletions

View File

@ -3,3 +3,6 @@
#include "stb_image_resize.h"
// Just to make sure it will build properly with a c compiler
int main() {
}