From 8bb0ebb3e21aff03f3bdc7fd3a174d590ae46bec Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 23 May 2011 16:08:42 -0400 Subject: [PATCH] Add unused attribute to prio heap parent Signed-off-by: Mathieu Desnoyers --- lib/prio_heap/prio_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prio_heap/prio_heap.c b/lib/prio_heap/prio_heap.c index 58d5d6ae..b518c552 100644 --- a/lib/prio_heap/prio_heap.c +++ b/lib/prio_heap/prio_heap.c @@ -19,7 +19,7 @@ #include #include "prio_heap.h" -static +static __attribute__((unused)) size_t parent(size_t i) { return i >> 1; -- 2.34.1