From: Alan T. DeKok Date: Tue, 25 Jan 2022 15:20:39 +0000 (-0500) Subject: try to shut up clang X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f37ed95e359ce83c7e06f7f1a5cbdf60131fb138;p=thirdparty%2Ffreeradius-server.git try to shut up clang --- diff --git a/src/lib/server/tmpl.h b/src/lib/server/tmpl.h index a308c13aa8..c2f0e2f488 100644 --- a/src/lib/server/tmpl.h +++ b/src/lib/server/tmpl.h @@ -911,7 +911,7 @@ tmpl_t *tmpl_alloc(TALLOC_CTX *ctx, tmpl_type_t type, fr_token_t quote, char c void tmpl_set_name_printf(tmpl_t *vpt, fr_token_t quote, char const *fmt, ...); -void tmpl_set_name_shallow(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len); +void tmpl_set_name_shallow(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len); CC_HINT(nonnull); void tmpl_set_name(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len);