RemoteHWInterface: Fix build with tracing disabled.

This commit is contained in:
Michael Lotz 2017-11-21 22:23:16 +01:00
parent 85195eb807
commit e30d37ddd6

View File

@ -255,6 +255,7 @@ RemoteHWInterface::_EventThread()
RemoteMessage reply(NULL, fSendBuffer);
reply.Start(RP_INIT_CONNECTION);
status_t result = reply.Flush();
(void)result;
TRACE("init connection result: %s\n", strerror(result));
break;
}