Skip to content

fix uninitialized warning

Simon Ser requested to merge github/fork/acrisci/bug/uninitialized-int into master

Created by: acrisci

index might be uninitialized. Warning can be produced with gcc and -01 flag.

Merge request reports