On 05/04/2016 at 04:44, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 15-17
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
when compiling any R15 project including the SDK with VS2013 I get warning C4005 in allmost all files:
1>c:\program files\maxon\cinema 4d r15\resource\_api\c4d_misc\utilities\compilerdetection.h(61) : warning C4005: '_HAS_DECLTYPE': macro redefinition (..\_api\c4d_basebitmap.cpp)
1> c:\program files (x86)\microsoft visual studio 12.0\vc\include\yvals.h(15) : see previous definition of '_HAS_DECLTYPE'
Just these warnings. It builds the project fine and I can't encounter any problems when running.
Is it safe to just switch off the redefinition in the compilerdetection.h file using #ifndef ?
EDIT: Setting the warning level from 4 to 3 has no effect.