Servers: cleanup of some gcc -W warnings

This commit is contained in:
David van Moolenbroek
2011-12-11 22:32:26 +01:00
parent c6459e8ec1
commit 9701e9dfd2
9 changed files with 22 additions and 25 deletions

View File

@@ -252,7 +252,7 @@ PRIVATE int map_service(const struct rprocpub *rpub)
/*===========================================================================*
* sef_cb_init_fresh *
*===========================================================================*/
PUBLIC int sef_cb_init_fresh(int type, sef_init_info_t *info)
PUBLIC int sef_cb_init_fresh(int UNUSED(type), sef_init_info_t *info)
{
/* Initialize the data store server. */
int i, r;