Unverified Commit 2f91751d authored by Fabio D'Urso's avatar Fabio D'Urso Committed by GitHub
Browse files

[scudo] Avoid deprecated-volatile warning in HybridMutex::delayLoop (#67135)

That can prevent compilation with -Werror and -std=c++20:
mutex.h:63:7: error: increment of object of volatile-qualified type 'volatile u32' (aka 'volatile unsigned int') is deprecated [-Werror,-Wdeprecated-volatile]
parent 55ec9db4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment