You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails to build ohNet\OpenHome\Net\Device\Bonjour\mDNSShared\dnssd_clientshim.c due to Visual's C compiler not allowing mixed code and variables. Moving definition of mStatus err and uint16_t port to top of function seems to resolve issue.