diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 3151d789..5c793dda 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -11,7 +11,7 @@ jobs: sudo apt-get update && sudo apt-get install libpcre3-dev git clone https://github.com/danmar/cppcheck.git cd cppcheck - git checkout 2.13.x + git checkout 2.14.x # Disable color output of cppcheck sed -i 's/ *bool *gDisableColors *= *false;/bool gDisableColors = true;/' lib/color.cpp sudo make -j4 MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function" install diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 5e4a5228..9f51d082 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -425 +426