diff options
Diffstat (limited to 'util/cbfstool/lzma')
-rw-r--r-- | util/cbfstool/lzma/C/LzmaEnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/lzma/C/LzmaEnc.c b/util/cbfstool/lzma/C/LzmaEnc.c index 9b18b19688..e112a4a8b1 100644 --- a/util/cbfstool/lzma/C/LzmaEnc.c +++ b/util/cbfstool/lzma/C/LzmaEnc.c @@ -2080,7 +2080,7 @@ static void LzmaEnc_Finish(CLzmaEncHandle pp) if (p->mtMode) MatchFinderMt_ReleaseStream(&p->matchFinderMt); #else - pp = pp; + (void)pp; #endif } |