Skip to content

Commit

Permalink
Upgrade Cppcheck to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Jun 12, 2024
1 parent 41cd5a1 commit a700797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
425
426

0 comments on commit a700797

Please sign in to comment.