Skip to content

Fix various "variable may be uninitialized" warnings

Sam Thursfield requested to merge sam/uninitialized-var-warnings into master

None of the situations here look like potential bugs, just cases where the compiler can't verify that the variable will be initialized before it's used.

Merge request reports