summaryrefslogtreecommitdiff
path: root/bufferevent_filter.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-22 21:02:34 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-22 21:02:34 -0500
commit7bcace2d549f5afc65665a9be6cbb4daf7360273 (patch)
tree28d80196604fde5457127f14c5e9813aedbcd15a /bufferevent_filter.c
parent150d7d0a497b52968e2223178c8ed6e4cd8659b0 (diff)
downloadlibevent-7bcace2d549f5afc65665a9be6cbb4daf7360273.tar.gz
Fix some irix compilation warnings spotted by Kevin Bowling
Diffstat (limited to 'bufferevent_filter.c')
-rw-r--r--bufferevent_filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bufferevent_filter.c b/bufferevent_filter.c
index 0287803c..6886aca0 100644
--- a/bufferevent_filter.c
+++ b/bufferevent_filter.c
@@ -426,6 +426,7 @@ be_filter_readcb(struct bufferevent *underlying, void *_me)
else
state = BEV_NORMAL;
+ /* XXXX use return value */
res = be_filter_process_input(bevf, state, &processed_any);
/* XXX This should be in process_input, not here. There are