Commit 4f7574b1 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-27042 fixup: GCC 11 -Og -Wmaybe-uninitialized

parent 5be1d7f2
......@@ -48,7 +48,7 @@ MY_FUNCTION_NAME(scanner_next)(my_uca_scanner *scanner)
{
const uint16 *wpage;
int mblen;
my_wc_t currwc;
my_wc_t currwc= 0;
const uint16 *cweight;
/* Get next character */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment