K:/BlenderGit/blender.master/intern/cycles/kernel/device/oneapi/kernel.cpp(748,7): warning: 'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
if (getenv("CYCLES_ONEAPI_ALL_DEVICES"))
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(1183,20): note: 'getenv' has been explicitly marked deprecated here
_Check_return_ _CRT_INSECURE_DEPRECATE(_dupenv_s)
^
k:\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\include\vcruntime.h(335,55): note: expanded from macro '_CRT_INSECURE_DEPRECATE'
K:/BlenderGit/blender.master/intern/cycles/kernel/device/oneapi/kernel.cpp(941,12): warning: 'strdup' is deprecated: The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details. [-Wdeprecated-declarations]
return ::strdup(capabilities.str().c_str());
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\string.h(531,20): note: 'strdup' has been explicitly marked deprecated here
_Check_return_ _CRT_NONSTDC_DEPRECATE(_strdup)
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\corecrt.h(428,50): note: expanded from macro '_CRT_NONSTDC_DEPRECATE'