Skip to content

Initial pocketpy implementation #388

Initial pocketpy implementation

Initial pocketpy implementation #388

Triggered via pull request December 12, 2023 03:10
@ChukobyteChukobyte
synchronize #209
pocketpy
Status Success
Total duration 9m 10s
Artifacts

windows-msvc-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: builds/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L318
The following variables are not used in CMakeLists.txt:
build: engine/src/core/scripting/python/cre_py.c#L23
'Py_SetProgramName': deprecated in 3.11
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build
'function': conversion from 'size_t' to 'int', possible loss of data