Fix warnings.
This commit is contained in:
parent
7c272afe56
commit
19e670565c
2
Conn.cs
2
Conn.cs
@ -78,7 +78,7 @@ public class Conn
|
||||
|
||||
m_streamNet.Flush();
|
||||
}
|
||||
catch( Exception e )
|
||||
catch( Exception )
|
||||
{
|
||||
//m_streamNet.Close();
|
||||
//m_socket.Close();
|
||||
|
||||
@ -181,7 +181,7 @@ public class XmlFormatter2 : IFormatter
|
||||
{
|
||||
return s_conv.Convert( val, type );
|
||||
}
|
||||
catch( Exception e )
|
||||
catch( Exception )
|
||||
{
|
||||
return GetDefault( type );
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user