dnssd_erlang
dnssd_erlang copied to clipboard
Erlang interface to Apple's Bonjour DNS Service Discovery implementation
This patch fixes the issue mentioned in #12 and associated compile time warnings. ERL_TUPLE is a type tag which can be bitwise 'or'ed into values, ERL_{SMALL,LARGE}_TUPLE_EXT is External Term Format...
``` c_src/dnssd.c:206:22: warning: comparison of constant 137 with boolean expression is always false [-Wtautological-constant-out-of-range-compare] if (!arg.ei_type == ERL_TUPLE || arg.arity != 2) goto badarg; ~~~~~~~~~~~~ ^ ~~~~~~~~~ c_src/dnssd.c:235:22: warning: comparison...