Silence some bogus coverity warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-12-21 19:03:01 +01:00
parent 2a6bbcaf8f
commit 0ccbc5f139
10 changed files with 42 additions and 41 deletions
+1
View File
@@ -338,6 +338,7 @@ void LeFile::countFixups(unsigned *counts) const
break;
case 6: // 16:32 pointer
counts[o] += 9;
// fall through
case 7: // 32-bit offset
counts[fix[4]-1] += 4;
fix += (fix[1] & 0x10) ? 9 : 7;