Skip to content

Added more stuff.

Added more stuff. #17

Triggered via push March 24, 2024 20:14
Status Success
Total duration 1m 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: lukka/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
Required version (2.0.0) is higher than found version ()
build: seika/data_structures/array2d.c#L51
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int32’ {aka ‘int’} [-Wsign-compare]
build: seika/assert.h#L17
‘ska_print_assert_err’ defined but not used [-Wunused-function]
build: seika/ecs/component.c#L63
‘component_array_initialize’ defined but not used [-Wunused-function]
build: seika/ecs/component.c#L55
‘component_array_create’ defined but not used [-Wunused-function]
build: seika/data_structures/spatial_hash_map.c#L20
‘spatial_hash_map_destroy_node’ declared ‘static’ but never defined [-Wunused-function]
build: seika/logger.c#L97
passing argument 1 to ‘restrict’-qualified parameter aliases with argument 3 [-Wrestrict]
build: seika/data_structures/static_array.h#L73
implicit declaration of function ‘se_array_utils_selection_sort_int’; did you mean ‘ska_array_utils_selection_sort_int’? [-Wimplicit-function-declaration]
build: seika/rendering/renderer.c#L194
missing braces around initializer [-Wmissing-braces]
build: seika/rendering/renderer.c#L194
missing braces around initializer [-Wmissing-braces]