mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
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%