Initial pocketpy implementation #387
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
|