Skip to content

Initial pocketpy implementation #387

Initial pocketpy implementation

Initial pocketpy implementation #387

Triggered via pull request December 12, 2023 02:23
@ChukobyteChukobyte
synchronize #209
pocketpy
Status Success
Total duration 4m 28s
Artifacts

windows-msvc-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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
build
'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings