MDEV-21941: Fix GCC 10 -Wmaybe-uninitialized
commit 105b879d introduced this warning. The warning looks harmless, but GCC does not understand that the initialization and the use of the variables are guarded by the same predicate.
Showing
Please register or sign in to comment