From 9fd23a6e918d5184eaf6814e4abb51a348e566a3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 Aug 2006 09:48:40 +0000 Subject: r17782: fix compiler warning metze (This used to be commit 97f6980372e2d06bdae461c737f9e0279f30b9b9) --- source4/lib/util/idtree.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/util') diff --git a/source4/lib/util/idtree.c b/source4/lib/util/idtree.c index c02a2636a1..46c979f546 100644 --- a/source4/lib/util/idtree.c +++ b/source4/lib/util/idtree.c @@ -37,7 +37,9 @@ #define IDR_BITS 5 #define IDR_FULL 0xfffffffful +#if 0 /* unused */ #define TOP_LEVEL_FULL (IDR_FULL >> 30) +#endif #define IDR_SIZE (1 << IDR_BITS) #define IDR_MASK ((1 << IDR_BITS)-1) #define MAX_ID_SHIFT (sizeof(int)*8 - 1) -- cgit