branches/zip: row_merge_sort_linked_list(): Add a default: ut_error; branch

to the switch (row_merge_cmp(...)) to eliminate bogus warning about
uninitialized variable tmp.
This commit is contained in:
marko 2007-04-30 07:02:28 +00:00
parent 5ab279cb87
commit dedf135216

View file

@ -648,6 +648,8 @@ pick2:
list2_size = 0;
}
break;
default:
ut_error;
}
/* Append the element to the merged list */