Skip to content
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: Maybe uninit warning in KDTree #1162

Merged
merged 2 commits into from
Feb 14, 2022

Conversation

paulgessinger
Copy link
Member

This popped up for me on GCC 8. Trivial fix.

@paulgessinger paulgessinger added this to the next milestone Feb 14, 2022
@stephenswat stephenswat added automerge Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module labels Feb 14, 2022
@codecov
Copy link

codecov bot commented Feb 14, 2022

Codecov Report

Merging #1162 (a6f335f) into main (eb51e5b) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1162      +/-   ##
==========================================
- Coverage   47.90%   47.90%   -0.01%     
==========================================
  Files         359      359              
  Lines       18491    18492       +1     
  Branches     8723     8724       +1     
==========================================
  Hits         8859     8859              
  Misses       3603     3603              
- Partials     6029     6030       +1     
Impacted Files Coverage Δ
Core/include/Acts/Utilities/KDTree.hpp 55.83% <0.00%> (-0.47%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb51e5b...a6f335f. Read the comment docs.

@kodiakhq kodiakhq bot merged commit 73173e0 into acts-project:main Feb 14, 2022
@paulgessinger paulgessinger deleted the fix/maybe-uninit-kdtree branch February 22, 2022 08:13
@paulgessinger paulgessinger modified the milestones: next, v17.1.0 Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants