tests: Fix compiler warning
This commit is contained in:
parent
bdade00e68
commit
e543441ccc
|
@ -44,6 +44,7 @@ static int get_packed_hd_len(uint8_t *data, size_t len_size)
|
|||
} else {
|
||||
/* Not supported */
|
||||
assert(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue