avahi shut up if you aren't compiling

This commit is contained in:
zmike 2014-03-17 13:48:07 -04:00
parent c102b604ec
commit ff2d598b02
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ ecore_avahi_poll_get(Ecore_Avahi *handler)
if (!handler) return NULL;
return &handler->api;
#else
(void)handler;
return NULL;
#endif
}