Skip to content

Fix compiler warning

LJ Sonic requested to merge fix-io-warning into next

Apparently Clang can detect variables that are both unitialised and unused, but not GCC. Might have to do with optimisation flags, dunno.

Merge request reports