fix some compiler warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user