1
0
forked from 0ad/0ad

Fix some more warnings

This was SVN commit r8835.
This commit is contained in:
Ykkrosh 2010-12-11 12:35:50 +00:00
parent 802f22485b
commit 2fd6e2e8cc
2 changed files with 6 additions and 0 deletions

View File

@ -332,6 +332,9 @@ bool CNetServerWorker::RunStep()
break;
}
case ENET_EVENT_TYPE_NONE:
break;
}
return true;

View File

@ -140,6 +140,9 @@ void CNetClientSession::Poll()
break;
}
case ENET_EVENT_TYPE_NONE:
break;
}
}