<div dir="ltr">ack<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 17, 2014 at 2:20 PM, Christophe Fergeau <span dir="ltr"><<a href="mailto:cfergeau@redhat.com" target="_blank">cfergeau@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2 of the arguments are not used, the G_GNUC_UNUSED annotation will make<br>
this explicit.<br>
---<br>
 server/reds_stream.c | 4 +++-<br>
 1 file changed, 3 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/server/reds_stream.c b/server/reds_stream.c<br>
index 9041033..8476066 100644<br>
--- a/server/reds_stream.c<br>
+++ b/server/reds_stream.c<br>
@@ -409,7 +409,9 @@ static inline void async_read_clear_handlers(AsyncRead *obj)<br>
     obj->stream = NULL;<br>
 }<br>
<br>
-static void async_read_handler(int fd, int event, void *data)<br>
+static void async_read_handler(G_GNUC_UNUSED int fd,<br>
+                               G_GNUC_UNUSED int event,<br>
+                               void *data)<br>
 {<br>
     AsyncRead *obj = (AsyncRead *)data;<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
1.8.5.3<br>
<br>
_______________________________________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>Marc-André Lureau
</div>