diff options
Diffstat (limited to 'nslcd/config.c')
| -rw-r--r-- | nslcd/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/config.c b/nslcd/config.c index 36efede..75c9ec1 100644 --- a/nslcd/config.c +++ b/nslcd/config.c @@ -1,7 +1,7 @@ /* config.c - routines for getting configuration information - Copyright (C) 2012 Arthur de Jong + Copyright (C) 2012, 2013 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -33,7 +33,7 @@ #include "log.h" #include "cfg.h" -int nslcd_config_get(TFILE *fp, MYLDAP_SESSION *session) +int nslcd_config_get(TFILE *fp, MYLDAP_SESSION UNUSED(*session)) { int32_t tmpint32; int32_t cfgopt; |
