summaryrefslogtreecommitdiff
path: root/source4/lib/util
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-24 09:48:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:41 -0500
commit9fd23a6e918d5184eaf6814e4abb51a348e566a3 (patch)
treeba87a28f0151c5c7eb959ce89edfee18a0e7e711 /source4/lib/util
parent39b2377f902f771dca8329b8b9ed1743ae0247a7 (diff)
downloadsamba-9fd23a6e918d5184eaf6814e4abb51a348e566a3.tar.gz
samba-9fd23a6e918d5184eaf6814e4abb51a348e566a3.tar.bz2
samba-9fd23a6e918d5184eaf6814e4abb51a348e566a3.zip
r17782: fix compiler warning
metze (This used to be commit 97f6980372e2d06bdae461c737f9e0279f30b9b9)
Diffstat (limited to 'source4/lib/util')
-rw-r--r--source4/lib/util/idtree.c2
1 files changed, 2 insertions, 0 deletions
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)