mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 06:34:41 +03:00
Fix unreadVariable warning
This commit is contained in:
@@ -3125,7 +3125,7 @@ sombe_rv doSomWithHaig(NG &ng, NGHolder &g, const ExpressionInfo &expr,
|
||||
|
||||
// try a redundancy pass.
|
||||
if (addSomRedundancy(g, depths)) {
|
||||
depths = getDistancesFromSOM(g);
|
||||
depths = getDistancesFromSOM(g); // cppcheck-suppress unreadVariable
|
||||
}
|
||||
|
||||
auto regions = assignRegions(g);
|
||||
|
||||
Reference in New Issue
Block a user