suppress warning 4275

This commit is contained in:
wmayer
2018-04-29 12:55:28 +02:00
parent ae9305f498
commit c32ca39b3e

View File

@@ -41,14 +41,15 @@
/// here get the warnings of to long specifieres disabled (needet for VC6)
#ifdef _MSC_VER
# pragma warning( disable : 4251 )
# pragma warning( disable : 4275 )
# pragma warning( disable : 4503 )
# pragma warning( disable : 4786 ) // specifier longer then 255 chars
#endif
#ifdef _PreComp_
// Python
// Python
#include <Python.h>
// standard