Added UNUSED
authorAlan T. DeKok <aland@freeradius.org>
Fri, 30 Jan 2009 10:24:11 +0000 (11:24 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 30 Jan 2009 10:24:11 +0000 (11:24 +0100)
src/main/radwho.c

index a6b153a..b90f2ac 100644 (file)
@@ -79,8 +79,8 @@ int log_stripped_names;
 struct main_config_t mainconfig;
 char *request_log_file = NULL;
 char *debug_log_file = NULL;
-int radius_xlat(char *out, int outlen, const char *fmt,
-               REQUEST *request, RADIUS_ESCAPE_STRING func)
+int radius_xlat(char *out, UNUSED int outlen, UNUSED const char *fmt,
+               UNUSED REQUEST *request, UNUSED RADIUS_ESCAPE_STRING func)
 {
        *out = 0;
        return 0;