this change supposed to remove the warning about the second line not being guarded by the first line, with the original code looking like this (note the semicolon at the end of the first line):
for (i = jc[j]; i < jc[j+1]; i++);
norm[ir[i]] += getAbs( val[i] );
this change supposed to remove the warning about the second line not being guarded by the first line, with the original code looking like this (note the semicolon at the end of the first line):