Skip to content
Snippets Groups Projects
Commit 95f9b168 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

cppcheck 1.79

parent 27239a72
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ matrix:
- os: linux
dist: trusty
sudo: required
env: CPPCHECK=yes CPPCHECK_VERSION=1.78
env: CPPCHECK=yes CPPCHECK_VERSION=1.79
# then check with different optimization flags
- os: linux
dist: trusty
......
......@@ -34,7 +34,7 @@ if [ $do_cppcheck == true ] ; then
else
files="$(echo */*.{h,cpp})"
fi
cppcheck --std=c++03 --std=posix 4 -j 4 --platform=unix64 \
cppcheck --std=c++03 --std=posix 4 -j 4 --platform=unix64 --language=c++ -U__PRETTY_FUNCTION__ \
--template='[{file}:{line}] ({severity}) :{id}: {message}' --enable=all --inline-suppr --force \
$files
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment