From 7bcace2d549f5afc65665a9be6cbb4daf7360273 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 22 Nov 2010 21:02:34 -0500 Subject: Fix some irix compilation warnings spotted by Kevin Bowling --- bufferevent_filter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bufferevent_filter.c') 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 -- cgit v1.2.1