Skip to content

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

Open
@diablodale

Description

@diablodale

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions