Skip to content

Fix maybe-uninitialized warnings

Georg Sauthoff requested to merge gsauthof/wireshark:fix-uninit into master

When compiling the current wireshark master branch (with the default project provided CFLAGS) on Fedora 35, GCC 11.2.1 prints a few -Wmaybe-uninitialized warnings.

This change fixes those.

Merge request reports