Disabled VisualStudio warning warning C4611: interaction between '_setjmp' and C++ object destruction is non-portable
This commit is contained in:
@@ -39,8 +39,11 @@
|
||||
#include <osg/GLU>
|
||||
|
||||
#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS)
|
||||
// disable "structure was padded due to __declspec(align())
|
||||
// disable: structure was padded due to __declspec(align())
|
||||
#pragma warning( disable : 4324 )
|
||||
|
||||
// disable: warning C4611: interaction between '_setjmp' and C++ object destruction is non-portable
|
||||
#pragma warning( disable : 4611)
|
||||
#endif
|
||||
|
||||
#ifndef GLAPIENTRY
|
||||
|
||||
Reference in New Issue
Block a user