mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
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:
parent
5ab279cb87
commit
dedf135216
1 changed files with 2 additions and 0 deletions
|
@ -648,6 +648,8 @@ pick2:
|
|||
list2_size = 0;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
ut_error;
|
||||
}
|
||||
|
||||
/* Append the element to the merged list */
|
||||
|
|
Loading…
Add table
Reference in a new issue