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

multiple potentially uninitialized local variable 'tmp' used in matrix operations #143

Open
diablodale opened this issue Apr 9, 2020 · 0 comments
Labels

Comments

@diablodale
Copy link

In matrix processing, multiple locations of potentially uninitialized local variable 'tmp' used.

const std::array<U, 1> out_cell = self->m_min_object.calc_cell(tmp, info, position);

and lines 383 and 408.
Fixes can be to refactor code to be cleaner logic, set pragma's before these troublesome lines, etc.

Min appears to still be in flux, so correcting warnings are useful to continue a move towards stable clean code.

@robtherich robtherich added the bug label Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants