Fixing stuff

This commit is contained in:
Cinder Biscuits
2017-09-03 18:26:06 -05:00
parent 59f4d59804
commit c8fca6ad2e
15 changed files with 24 additions and 70 deletions

View File

@@ -532,7 +532,7 @@ namespace CSJ2K.j2k.codestream.reader
throw new System.ArgumentException("Specified negative " + "resolution level " + "index: " + targetRes);
}
}
catch (System.FormatException f)
catch (System.FormatException)
{
throw new System.ArgumentException("Invalid resolution level " + "index ('-res' option) " + pl.getParameter("res"));
}