From: Moritz Bunkus Date: Sat, 19 Oct 2013 10:25:39 +0000 (+0200) Subject: Avoid compiler warning about possible use of uninitialized values X-Git-Tag: release-1.4.2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a7222ce81a7c13d31bdac6b8f6ee6d266ca4db9;p=libmatroska Avoid compiler warning about possible use of uninitialized values --- diff --git a/src/KaxBlock.cpp b/src/KaxBlock.cpp index e111038..b98983b 100644 --- a/src/KaxBlock.cpp +++ b/src/KaxBlock.cpp @@ -201,6 +201,7 @@ filepos_t KaxInternalBlock::UpdateSize(bool /* bSaveDefault */, bool /* bForceRe } break; default: + i = 0; assert(0); } // Size of the last frame (not in lace)