Ticket #134 (closed defect: fixed)
Tiny patch to fix compile warning with avahi-compat-howl/salt/platform.h
| Reported by: | MarkDoliner | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Avahi 0.6.19 | Component: | avahi-compat-howl |
| Keywords: | Cc: |
Description
I get the following warnings from gcc when compiling a file that includes avahi-compat-howl/howl.h:
In file included from /usr/include/avahi-compat-howl/salt/salt.h:32,
from /usr/include/avahi-compat-howl/howl.h:32, from bonjour.h:29, from bonjour.c:39:
/usr/include/avahi-compat-howl/salt/platform.h:130:6: warning: "WORDS_BIGENDIAN" is not defined
Apparently WORDS_BIGENDIAN isn't defined on my system. The attached patch fixes the problem for me.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

