Skip to content

trivial: Avoid use of uninitialized variables

Milan Crha requested to merge wip/mcrha/uninit-vars into master

Reported by gcc 11.1.1 20210428 when configured with CFLAGS='-g -O2 -Wall'.

Merge request reports