fix some compiler warnings

This commit is contained in:
2026-02-18 23:20:58 +03:00
committed by ALEXks
parent f5d2ecf549
commit 9dbbe9fcdc
4 changed files with 6 additions and 4 deletions

View File

@@ -224,6 +224,8 @@ bool equalDims(const CommConstraint& a, const CommConstraint& b)
if (adim[i].second - adim[i].first != bdim[i].second - bdim[i].first)
return false;
}
return true;
}