Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QSharedMemory: fix -Werror=deprecated in C++20 build
Capture of *this by reference in [=] is deprecated in C++20. Use the perfectly adequate [&] instead. Amends 0740ab5. Change-Id: I3035a29baf63c22a32aafdcbd4425a3f7b45472f Reviewed-by: Giuseppe D'Angelo <[email protected]> Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information