From: Alan T. DeKok Date: Thu, 12 Jan 2017 15:38:30 +0000 (-0500) Subject: unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7e9cf46e33adaeba3a35ce1fbd000210a9c5f7;p=thirdparty%2Ffreeradius-server.git unused variable --- diff --git a/src/util/receiver.c b/src/util/receiver.c index 86f371f659d..5473e000d6e 100644 --- a/src/util/receiver.c +++ b/src/util/receiver.c @@ -208,9 +208,9 @@ static int fr_receiver_send_request(fr_receiver_t *rc, fr_channel_data_t *cd) * @param[in] ctx the receiver * @param[in] wake the time when the event loop will wake up. */ -static int fr_receiver_idle(void *ctx, struct timeval *wake) +static int fr_receiver_idle(UNUSED void *ctx, struct timeval *wake) { - fr_receiver_t *rc = ctx; +// fr_receiver_t *rc = ctx; #ifndef NDEBUG talloc_get_type_abort(rc, fr_receiver_t);