svn commit: samba r17782 - in branches/SAMBA_4_0/source/lib/util: .

metze at samba.org metze at samba.org
Thu Aug 24 09:48:41 GMT 2006


Author: metze
Date: 2006-08-24 09:48:40 +0000 (Thu, 24 Aug 2006)
New Revision: 17782

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17782

Log:
fix compiler warning

metze
Modified:
   branches/SAMBA_4_0/source/lib/util/idtree.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/util/idtree.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util/idtree.c	2006-08-24 09:47:51 UTC (rev 17781)
+++ branches/SAMBA_4_0/source/lib/util/idtree.c	2006-08-24 09:48:40 UTC (rev 17782)
@@ -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)



More information about the samba-cvs mailing list