-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix compiler error with GCC 7 #235
Conversation
Here are the benchmarks for this PR |
Did gcc8 get checked as part of this testing? that may soon be the default...(so will hold things up)
… On Aug 13, 2019, at 4:41 PM, Matti Kortelainen ***@***.***> wrote:
Needed to build mkFit as a real CMSSW external.
You can view, comment on, or merge this pull request online at:
#235
Commit Summary
• Fix compiler error with GCC 7
File Changes
• M mkFit/HitStructures.cc (2)
Patch Links:
• https://github.com/trackreco/mkFit/pull/235.patch
• https://github.com/trackreco/mkFit/pull/235.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
No, but I'll test gcc8 as well before making a PR to cmsdist. |
The HEAD of |
On Aug 13, 2019, at 9:49 PM, Matti Kortelainen ***@***.***> wrote:
Did gcc8 get checked as part of this testing? that may soon be the default...(so will hold things up)
No, but I'll test gcc8 as well before making a PR to cmsdist.
The HEAD of devel (including this PR) compiles fine with gcc8 (there are bunch of warnings though, but no errors).
Great -
warnings that cmssw fails on? (the gcc8 build of cmssw is currently warning free - I suppose that being an external it only matters which warnings spill over into the api)
…
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
No, the warnings are not part of the API exposed to (or more correctly being used by) CMSSW. Anyway, the full list of warnings (with gcc8) is here
|
Needed to build mkFit as a real CMSSW external.