[dovecot-cvs] dovecot/src/lib mempool-alloconly.c,1.32,1.33

cras at dovecot.org cras at dovecot.org
Tue May 3 20:02:26 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv21674

Modified Files:
	mempool-alloconly.c 
Log Message:
Compiler warning fix without DEBUG.



Index: mempool-alloconly.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/mempool-alloconly.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- mempool-alloconly.c	23 Apr 2005 20:21:42 -0000	1.32
+++ mempool-alloconly.c	3 May 2005 17:02:24 -0000	1.33
@@ -119,7 +119,7 @@
 #endif
 }
 
-static const char *pool_alloconly_get_name(pool_t pool)
+static const char *pool_alloconly_get_name(pool_t pool __attr_unused__)
 {
 #ifdef DEBUG
 	struct alloconly_pool *apool = (struct alloconly_pool *) pool;



More information about the dovecot-cvs mailing list