summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index ca7bb2f..d8f580f 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -213,7 +213,7 @@ screen_number (int number)
}
static int
-screen_cmp (void *priv, struct list_head *a, struct list_head *b)
+screen_cmp (void *priv UNUSED, struct list_head *a, struct list_head *b)
{
rp_screen *sc_a = container_of (a, typeof(*sc_a), node);
rp_screen *sc_b = container_of (b, typeof(*sc_b), node);