X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libevent%2Fbufferevent_filter.c;h=7f19eb9afd888bbae8f74abdeb6da47cd8b47a68;hb=15c1fc2f2328736dd428ec3be37c893d8ee2e065;hp=6886aca0fa666c9d08381142b35d4bdca8baabbb;hpb=dd07aea71f86aa97f05db188c49e0a3c035ee41c;p=netatalk.git diff --git a/libevent/bufferevent_filter.c b/libevent/bufferevent_filter.c index 6886aca0..7f19eb9a 100644 --- a/libevent/bufferevent_filter.c +++ b/libevent/bufferevent_filter.c @@ -428,6 +428,7 @@ be_filter_readcb(struct bufferevent *underlying, void *_me) /* XXXX use return value */ res = be_filter_process_input(bevf, state, &processed_any); + (void)res; /* XXX This should be in process_input, not here. There are * other places that can call process-input, and they should