Major refactor of seika #109
Annotations
7 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
run build:
seika/logger.c#L97
passing argument 1 to 'restrict'-qualified parameter aliases with argument 3 [-Wrestrict]
|
run build:
seika/memory.c#L52
'memory' may be used uninitialized [-Wmaybe-uninitialized]
|
run build:
seika/rendering/renderer.c#L401
unknown conversion type character 'z' in format [-Wformat=]
|
run build:
seika/rendering/renderer.c#L401
too many arguments for format [-Wformat-extra-args]
|
run build:
thirdparty/miniaudio/miniaudio.h#L22294
format '%d' expects argument of type 'int', but argument 4 has type 'HRESULT' {aka 'long int'} [-Wformat=]
|
run build:
thirdparty/miniaudio/miniaudio.h#L22319
format '%d' expects argument of type 'int', but argument 4 has type 'HRESULT' {aka 'long int'} [-Wformat=]
|
Loading