Skip to content

Fixing head guards for when not including sdl. #141

Fixing head guards for when not including sdl.

Fixing head guards for when not including sdl. #141

Triggered via push February 5, 2025 03:33
Status Success
Total duration 3m 27s
Artifacts

Annotations

6 warnings
build: seika/logger.c#L97
passing argument 1 to 'restrict'-qualified parameter aliases with argument 3 [-Wrestrict]
build: seika/memory.c#L52
'memory' may be used uninitialized [-Wmaybe-uninitialized]
build: seika/rendering/renderer.c#L401
unknown conversion type character 'z' in format [-Wformat=]
build: seika/rendering/renderer.c#L401
too many arguments for format [-Wformat-extra-args]
build: thirdparty/miniaudio/miniaudio.h#L22294
format '%d' expects argument of type 'int', but argument 4 has type 'HRESULT' {aka 'long int'} [-Wformat=]
build: thirdparty/miniaudio/miniaudio.h#L22319
format '%d' expects argument of type 'int', but argument 4 has type 'HRESULT' {aka 'long int'} [-Wformat=]