build fixes #652
Annotations
1 error and 11 warnings
Lumos/Source/Lumos/Core/JobSystem.cpp#L39
use of undeclared identifier '_mm_pause'
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
Lumos/Source/Lumos/Platform/iOS/iOSOS.mm#L50
'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported [-Wdeprecated-declarations]
|
Lumos/Source/Lumos/Platform/iOS/iOSOS.mm#L78
'AudioSessionInitialize' is deprecated: first deprecated in iOS 7.0 - no longer supported [-Wdeprecated-declarations]
|
Lumos/Source/Lumos/Platform/iOS/iOSOS.mm#L81
'AudioSessionSetProperty' is deprecated: first deprecated in iOS 7.0 - no longer supported [-Wdeprecated-declarations]
|
Lumos/Source/Lumos/Platform/iOS/iOSOS.mm#L83
'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported [-Wdeprecated-declarations]
|
Lumos/Source/Lumos/Platform/Vulkan/VKDevice.cpp#L53
'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]
|
Lumos/Source/Lumos/Platform/Vulkan/VKDevice.cpp#L73
'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]
|
Lumos/Source/Lumos/Core/OS/Memory.h#L115
function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch]
|
Lumos/Source/Lumos/Core/OS/Memory.h#L118
function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch]
|
Lumos/Source/Lumos/Graphics/Camera/ThirdPersonCamera.cpp#L72
code will never be executed [-Wunreachable-code]
|
The logs for this run have expired and are no longer available.
Loading