Fix compile warning due to missing return value.
This commit is contained in:
parent
60393ca9d0
commit
992aa8c4af
|
@ -204,6 +204,7 @@ EXO_TEST(list_append_list_3,
|
|||
EXO_TEST(list_clear_list_last,
|
||||
{
|
||||
list_clear(list, &null_free);
|
||||
return 1;
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue