From: James Jones Date: Wed, 27 Jul 2022 08:19:51 +0000 (-0500) Subject: Try to make coverity see annotations in SBUFF_PARSE_*INT_DEF() (#4631) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14007452eaeefda70107fb64c82b8368eed000a5;p=thirdparty%2Ffreeradius-server.git Try to make coverity see annotations in SBUFF_PARSE_*INT_DEF() (#4631) I asked whether coverity sees annotations in invocations of macro definitions containing annotations, and got the suggestion to add the "--preprocess-first" option to the cov-build command, and if it made no difference, submit a support case with more info. --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index d3d0c538e1d..00e5db1b9c3 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -67,7 +67,7 @@ jobs: export PATH=`pwd`/coverity_tool/bin:$PATH ./configure -with-rlm-python-bin=/usr/bin/python2.7 cov-configure --template --compiler clang --comptype clangcc - cov-build --dir cov-int make + cov-build --dir cov-int make --preprocess-first - name: Display build result run: |