Skip to content
Snippets Groups Projects
Commit fe099f6f authored by samm2's avatar samm2
Browse files

remove cppcheck 2.7 warning as we are using it now on our CI builds

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5316 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 2d753395
No related branches found
No related tags found
No related merge requests found
$Id$
2022-02-09 Alex Samorukov <samm@os2.kiev.ua>
Remove cppcheck 2.7 warning as we are using it now on our CI builds
2022-02-02 Christian Franke <franke@computer.org>
update-smart-drivedb.in: Fix regexp quoting.
......
......@@ -63,7 +63,7 @@ fi
ver=$("$cppcheck" --version) || exit 1
ver=${ver##* }
case $ver in
1.8[56]|2.[23]) ;;
1.8[56]|2.[237]) ;;
*) echo "$myname: cppcheck $ver not tested with this script" ;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment