* Fixing lots of warnings and some compile time errors in checked mode in CSJ2K
* Removing CSJ2K.dll from bin/ now that we have it in prebuild.xml git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3119 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -1310,7 +1310,7 @@ namespace CSJ2K.j2k.codestream.reader
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (System.IO.EndOfStreamException e)
|
||||
catch (System.IO.EndOfStreamException)
|
||||
{
|
||||
// Remove found information in this code-block
|
||||
if (l == 0)
|
||||
@@ -1420,7 +1420,7 @@ namespace CSJ2K.j2k.codestream.reader
|
||||
{
|
||||
ehs.seek(curOff);
|
||||
}
|
||||
catch (System.IO.EndOfStreamException e)
|
||||
catch (System.IO.EndOfStreamException)
|
||||
{
|
||||
if (l == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user