Skip to content

Commit

Permalink
Fix another value is never read warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 15, 2021
1 parent e2a5db6 commit 01476b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/intern/dwgutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ void dwgCompressor::decompress18(duint8 *cbuf, duint8 *dbuf, duint32 csize, duin
compOffset = twoByteOffset(&litCount);
if (litCount == 0)
litCount= litLength18();
else
oc = 0x00;
} else if (oc > 0x20 && oc< 0x40){
compBytes = oc - 0x1E;
compOffset = twoByteOffset(&litCount);
Expand Down

0 comments on commit 01476b3

Please sign in to comment.