noux: prevent compiler warning

This commit is contained in:
Christian Helmuth 2016-04-21 08:52:10 +02:00
parent cba6f5f298
commit ff4033c6b0

View File

@ -113,6 +113,7 @@ bool Noux::Child::_syscall_net(Noux::Session::Syscall sc)
case SYSCALL_UTIMES: case SYSCALL_UTIMES:
case SYSCALL_SYNC: case SYSCALL_SYNC:
case SYSCALL_KILL: case SYSCALL_KILL:
case SYSCALL_GETDTABLESIZE:
break; break;
case SYSCALL_SOCKET: case SYSCALL_SOCKET:
{ {