From 54c9df07433aadbf031a4f08c4e7f8f66219d100 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 30 Jan 2009 11:24:11 +0100 Subject: [PATCH] Added UNUSED --- src/main/radwho.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/radwho.c b/src/main/radwho.c index a6b153a..b90f2ac 100644 --- a/src/main/radwho.c +++ b/src/main/radwho.c @@ -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; -- 2.1.4