From: Alan T. DeKok Date: Thu, 12 Aug 2021 16:40:00 +0000 (-0400) Subject: just shut up the analyzer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f070da2b6f2fa19f7645641ced73a9fa09d18c;p=thirdparty%2Ffreeradius-server.git just shut up the analyzer --- diff --git a/src/lib/util/dict_util.c b/src/lib/util/dict_util.c index 70d2a4868dc..0205af1b179 100644 --- a/src/lib/util/dict_util.c +++ b/src/lib/util/dict_util.c @@ -2221,7 +2221,9 @@ ssize_t dict_attr_search(fr_dict_attr_err_t *err, fr_dict_attr_t const **out, return 0; } +#ifdef __clang_analyzer__ if (internal && !dict_gctx->internal) return -1; +#endif /* * dict_def search in the specified dictionary