Skip to content

config-file: Fix a -Wmaybe-uninitialized false positive

Philip Withnall requested to merge warning-fixes into main

The variables are always set, but in order for the compiler to know that it would need to analyse the control flow based on i, which is a bit much to ask.

Signed-off-by: Philip Withnall pwithnall@gnome.org

Merge request reports