From: Alan T. DeKok Date: Tue, 12 Sep 2023 14:57:32 +0000 (-0400) Subject: add UNUSED X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7431ef47da849a19e4b231610f0db4f718448774;p=thirdparty%2Ffreeradius-server.git add UNUSED --- diff --git a/src/protocols/radius/encode.c b/src/protocols/radius/encode.c index 7abadda685e..09dfa5ca97f 100644 --- a/src/protocols/radius/encode.c +++ b/src/protocols/radius/encode.c @@ -719,7 +719,7 @@ static ssize_t attr_fragment(fr_dbuff_t *data, size_t data_len, fr_dbuff_marker_ * */ static ssize_t encode_extended(fr_dbuff_t *dbuff, - fr_da_stack_t *da_stack, unsigned int depth, + fr_da_stack_t *da_stack, UNUSED unsigned int depth, fr_dcursor_t *cursor, void *encode_ctx) { ssize_t slen;