Matthias Clasen
f4f529385a
Fix the build with -Werror=maybe-uninitialized
gcc can't really know that the condition won't change between the first if and the second, so help it out by initializing the variable up top.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%