Disable warning in tinyexr with latest VS2019 compiler

This commit is contained in:
baldurk
2020-06-11 17:37:16 +01:00
parent 36d74b32b9
commit 6e899b894d
+4
View File
@@ -3,5 +3,9 @@
#include <time.h>
#include "miniz/miniz.h"
#pragma warning(disable : 5208) // unnamed class used in typedef name cannot declare members
// other than non-static data members, member enumerations, or
// member classes
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"