win32: some warning removed

This commit is contained in:
Matej Sekoranja
2013-12-03 12:08:45 +01:00
parent ebef394fe3
commit aa6bcecb1a
10 changed files with 22 additions and 22 deletions

View File

@@ -163,7 +163,7 @@ namespace epics {
_namedLocker.releaseSynchronizationObject(&address);
return transport;
} catch(std::exception& ex) {
} catch(std::exception&) {
if(transport.get())
transport->close();
else if(socket!=INVALID_SOCKET) epicsSocketDestroy(socket);