To silence the static analyzer.

llvm-svn: 137319
This commit is contained in:
Johnny Chen 2011-08-11 18:21:06 +00:00
parent 27ad83d8a9
commit d14651afaf
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ DNBDataRef::Get_SLEB128 (offset_t *offset_ptr) const
int size = sizeof (uint32_t) * 8;
const uint8_t *src = m_start + *offset_ptr;
uint8_t byte;
uint8_t byte = 0;
int bytecount = 0;
while (src < m_end)