tests: Fix compiler warning

This commit is contained in:
Tatsuhiro Tsujikawa 2013-03-28 01:36:02 +09:00
parent bdade00e68
commit e543441ccc
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ static int get_packed_hd_len(uint8_t *data, size_t len_size)
} else {
/* Not supported */
assert(0);
return 0;
}
}