-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Avoid using 'module' identifier - is a keyword in C++20 #45252
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 |
|
please test for CMSSW_14_1_CPP20_X |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45252/40634
|
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@mandrenguyen, @jfernan2 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelRawToClusterGPUKernel.cu
Outdated
Show resolved
Hide resolved
|
please test for CMSSW_14_1_CPP20_X |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45252/40638
|
|
Pull request #45252 was updated. @jfernan2, @mandrenguyen can you please check and sign again. |
|
assign heterogeneous |
|
I don't see GCC and clang complain about this ? |
|
@fwyzard this warning is from nvcc, not gcc/clang. |
|
I see. Since gcc and clang do not warn about it, I would prefer to simply silence the warning in nvcc. |
|
-heterogeneous I'd rather silence the warning in nvcc. |
|
@cmsbuild please close |
PR description:
Fixes these warnings:
PR validation:
Bot tests