From 58b8518100c8b306d5b6a3d87b4a83a1ae383a09 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 6 Sep 2014 01:33:26 +0200 Subject: Move UNUSED attribute to the start of arguments to help editors understand the syntax --- src/poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/poll.c') diff --git a/src/poll.c b/src/poll.c index 3021399..949a597 100644 --- a/src/poll.c +++ b/src/poll.c @@ -134,7 +134,7 @@ void fastd_poll_set_fd_peer(size_t i) { void fastd_poll_add_peer(void) { } -void fastd_poll_delete_peer(size_t i UNUSED) { +void fastd_poll_delete_peer(UNUSED size_t i) { } -- cgit v1.2.3