mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Disable warning in tinyexr with latest VS2019 compiler
This commit is contained in:
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user