diff options
author | zmike <michael.blumenkrantz@gmail.com> | 2014-03-17 13:48:07 -0400 |
---|---|---|
committer | zmike <michael.blumenkrantz@gmail.com> | 2014-03-17 13:48:59 -0400 |
commit | ff2d598b029bec988b4c2ac5fbeeee1f80700335 (patch) | |
tree | 832a8ac23b45073f066cea26d3c951b45e983d98 | |
parent | c102b604ec2cee433531a83710585ad1b69ab272 (diff) |
avahi shut up if you aren't compiling
-rw-r--r-- | src/lib/ecore_avahi/ecore_avahi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_avahi/ecore_avahi.c b/src/lib/ecore_avahi/ecore_avahi.c index 6af79e4a72..07f07d0626 100644 --- a/src/lib/ecore_avahi/ecore_avahi.c +++ b/src/lib/ecore_avahi/ecore_avahi.c | |||
@@ -245,6 +245,7 @@ ecore_avahi_poll_get(Ecore_Avahi *handler) | |||
245 | if (!handler) return NULL; | 245 | if (!handler) return NULL; |
246 | return &handler->api; | 246 | return &handler->api; |
247 | #else | 247 | #else |
248 | (void)handler; | ||
248 | return NULL; | 249 | return NULL; |
249 | #endif | 250 | #endif |
250 | } | 251 | } |