This commit is contained in:
kimkulling
2020-07-07 17:35:03 +02:00
parent a211aff522
commit 9aa468262f
7 changed files with 13 additions and 11 deletions

View File

@@ -74,8 +74,8 @@ Here we implement only the C++ interface (Assimp::Exporter).
namespace Assimp {
#ifdef _WIN32
# pragma warning( disable : 4800 )
#if _MSC_VER > 1920
# pragma warning( disable : 4800 )
#endif // _WIN32