warning C4189 local variable initialized but not referenced
Change-Id: I6047e0fc10bb6de0009da40855a97df89904cb0c
This commit is contained in:
parent
6ec885c9ff
commit
d7e5ad0bb2
@ -7,6 +7,9 @@ void sd::WINNetworkService::setup()
|
||||
{
|
||||
DNSServiceErrorType err = DNSServiceRegister(&client, 0, 0, NULL, kREG_TYPE, "local", NULL, 1599, 1, "", NULL, this );
|
||||
|
||||
if (kDNSServiceErr_NoError != err)
|
||||
SAL_WARN("sdremote.wifi", "DNSServiceRegister failed: " << err);
|
||||
|
||||
// Fail silently
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user