-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
Description
Description
This was reported and fixed in llvm-project here: llvm/llvm-project#131410
But, NDK r29 doesn't have this fix.
This broke Unreal Engine 5 build.
.../Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessorLogger.cpp(143,3): error: ignoring return value of function declared with 'nodiscard' attribute [-Werror,-Wunused-result]
29% 143 | FTSTicker::GetCoreTicker().RemoveTicker(TickHandler);
Upstream bug
Commit to cherry-pick
I am using a supported NDK
- I have checked and the NDK I'm using is currently supported
Affected versions
r29
Host OS
Linux
Host OS version
Ubuntu
Affected ABIs
arm64-v8a
sr-tream