ddressing some cppcheck warnings. yes this will be cleaned up in a

following commit. tests pass.
This commit is contained in:
G.E
2024-04-23 19:08:24 +03:00
parent 5ebc19674c
commit e3bc8ca0a8
9 changed files with 23 additions and 23 deletions

View File

@@ -811,11 +811,11 @@ depth_done:
return true;
}
}
}
// }
// Second option: a two-byte shufti (i.e. less than eight 2-byte
// literals)
if (depth > 1) {
// if (depth > 1) {
for (unsigned int i = 0; i < (depth - 1); i++) {
if (depthReach[i].count() * depthReach[i+1].count()
<= DOUBLE_SHUFTI_LIMIT) {