-
Notifications
You must be signed in to change notification settings - Fork 4.6k
fix gcc 14 warnings: use atomic_ref instead of casting #47455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cms-bot internal usage |
|
+1 |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47455/43879
|
|
A new Pull Request was created by @smuzaffar for master. It involves the following packages:
@cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
See also discussion in #47317 |
|
please test for el8_amd64_gcc14 |
|
+1 |
|
please test |
|
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-11168b/44672/summary.html Comparison SummarySummary:
|
In GCC14 IBs, we have many warning like [a]. This PR proposes to use
std::atomic_ref. As simple test like [b] show that it works.FYI @fwyzard @VinInn
[a]
[b]