Initial pocketpy implementation #388
Annotations
10 warnings
builds/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L318
The following variables are not used in CMakeLists.txt:
|
engine/src/core/scripting/python/cre_py.c#L23
'Py_SetProgramName': deprecated in 3.11
|
engine/src/core/scripting/python/pocketpy/cre_pkpy_entity_instance_cache.c#L40
'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
engine/src/core/scripting/python/pocketpy/cre_pkpy_entity_instance_cache.c#L82
'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
engine/src/core/scripting/python/pocketpy/cre_pkpy_entity_instance_cache.c#L90
'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
engine/src/core/scripting/python/pocketpy/cre_pkpy_entity_instance_cache.c#L102
'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
engine/src/core/ecs/component/node_component.c#L22
'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
engine/src/core/ecs/component/script_component.c#L9
'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
engine/src/core/ecs/component/script_component.c#L10
'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
The logs for this run have expired and are no longer available.
Loading