On 11/29/21 13:58, Alex Bennée wrote: > > Juro Bystricky <juro.bystri...@intel.com> writes: > >> Fix compiler warnings. The warnings can result in a broken build. >> This patch fixes warnings such as: > > Queued to for-6.2/more-misc-fixes, thanks.
I wondered if this single patch would justify delaying the 6.2 release by one week, but then I noticed the IDE pull request, so let it be... Note, -Werror=maybe-uninitialized forces an ugly alignment style to the g_autofree + g_strdup_printf() combination. Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>