From: Arran Cudbard-Bell Date: Sat, 16 Jan 2021 18:01:43 +0000 (+0000) Subject: Unused args are used X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b0a52ee3b3f5fbad414b5dbbdc7efe3d1b604d1;p=thirdparty%2Ffreeradius-server.git Unused args are used --- diff --git a/src/modules/proto_tacacs/proto_tacacs.c b/src/modules/proto_tacacs/proto_tacacs.c index 131ee871db8..91763118e56 100644 --- a/src/modules/proto_tacacs/proto_tacacs.c +++ b/src/modules/proto_tacacs/proto_tacacs.c @@ -444,7 +444,7 @@ static void mod_entry_point_set(void const *instance, request_t *request) request->async->process_inst = type_submodule->data; } -static int mod_priority_set(UNUSED void const *instance, UNUSED uint8_t const *buffer, UNUSED size_t buflen) +static int mod_priority_set(void const *instance, uint8_t const *buffer, UNUSED size_t buflen) { proto_tacacs_t const *inst = talloc_get_type_abort_const(instance, proto_tacacs_t);