Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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]
- Loading branch information