RemoteHWInterface: Fix build with tracing disabled.
This commit is contained in:
parent
85195eb807
commit
e30d37ddd6
@ -255,6 +255,7 @@ RemoteHWInterface::_EventThread()
|
|||||||
RemoteMessage reply(NULL, fSendBuffer);
|
RemoteMessage reply(NULL, fSendBuffer);
|
||||||
reply.Start(RP_INIT_CONNECTION);
|
reply.Start(RP_INIT_CONNECTION);
|
||||||
status_t result = reply.Flush();
|
status_t result = reply.Flush();
|
||||||
|
(void)result;
|
||||||
TRACE("init connection result: %s\n", strerror(result));
|
TRACE("init connection result: %s\n", strerror(result));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user