Add unused attribute to prio heap parent
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 May 2011 20:08:42 +0000 (16:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 May 2011 20:08:42 +0000 (16:08 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/prio_heap/prio_heap.c

index 58d5d6ae9df05a112026196b252a204cbd432407..b518c552aa8d13baca32b3dcc075aaeecec45c0c 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/slab.h>
 #include "prio_heap.h"
 
-static
+static __attribute__((unused))
 size_t parent(size_t i)
 {
        return i >> 1;
This page took 0.025722 seconds and 4 git commands to generate.