C;CLCC wait icon #159
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/util.cpp#L70
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
src/spriteanimation.h#L40
'CurrentSprite' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
src/spriteanimation.h#L40
'CurrentSprite' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
src/spriteanimation.h#L40
'CurrentSprite' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
src/renderer/opengl/renderer.h#L84
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
src/renderer/vulkan/renderer.h#L144
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
src/spriteanimation.h#L40
'CurrentSprite' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
src/spriteanimation.h#L40
'CurrentSprite' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
src/spriteanimation.h#L40
'CurrentSprite' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
src/spriteanimation.h#L40
'CurrentSprite' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
This job succeeded
Loading