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

Merge branch 'v2.1'

parents 7cdbcee7 747d0c7b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ set -e
# I use a "tee" here so that errors qre written both immediately (to see progress)
# and on a file (for later report)
cppcheck --std=c++03 --std=posix -j 4 --platform=unix64 -q \
cppcheck --std=c++03 --std=posix -j 4 --platform=unix64 \
--template='[{file}:{line}] ({severity}) :{id}: {message}' --enable=all --inline-suppr --force \
*/*.{h,cpp} 2> >(tee cppcheck.log >&2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment