warning C4189 local variable initialized but not referenced
Change-Id: I6047e0fc10bb6de0009da40855a97df89904cb0c
This commit is contained in:
@@ -7,6 +7,9 @@ void sd::WINNetworkService::setup()
|
|||||||
{
|
{
|
||||||
DNSServiceErrorType err = DNSServiceRegister(&client, 0, 0, NULL, kREG_TYPE, "local", NULL, 1599, 1, "", NULL, this );
|
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
|
// Fail silently
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user