examples++-load/iovtk.cpp:1258: error: DEAD_STORE The value written to &refedges (type int) is never used. Showing all 1 steps of the trace examples++-load/iovtk.cpp:1258:3: Write of unused value 1256. bool swap = false; 1257. int reftri = 1; 1258. int refedges = 1; ^ 1259. if( nargs[0] ) reftri = GetAny((*nargs[0])(stack)); 1260. if( nargs[1] ) swap = GetAny< bool >((*nargs[1])(stack));