We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Maxim,
I just want to mention that with the most recent changes there is one warning present:
/project/components/common/homekit/src/port.c:58:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] mdns_server_set_addr4(mdns_server, ((struct in_addr)(&ip.ip)));
It sounds little bit disturbing. Is it ignorable?
And the other one is:
/project/components/common/homekit/src/json.c:85:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] #pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
Regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Maxim,
I just want to mention that with the most recent changes there is one warning present:
/project/components/common/homekit/src/port.c:58:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
mdns_server_set_addr4(mdns_server, ((struct in_addr)(&ip.ip)));
It sounds little bit disturbing. Is it ignorable?
And the other one is:
/project/components/common/homekit/src/json.c:85:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
Regards
The text was updated successfully, but these errors were encountered: