Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
6ce96d1b
Commit
6ce96d1b
authored
Jun 12, 2013
by
Michal 'vorner' Vaner
Browse files
[2726] Enable more thorough cppcheck
It seems to check more and run longer. It also produces bunch of new warnings.
parent
355bc5c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
6ce96d1b
...
...
@@ -110,7 +110,8 @@ report-coverage: report-cpp-coverage report-python-coverage
# for static C++ check using cppcheck (when available)
cppcheck
:
cppcheck
--enable
=
all
--suppressions
src/cppcheck-suppress.lst
--inline-suppr
\
cppcheck
-I
./src/lib
--enable
=
all
--suppressions
\
src/cppcheck-suppress.lst
--inline-suppr
\
--quiet
--error-exitcode
=
1
\
--template
'{file}:{line}: check_fail: {message} ({severity},{id})'
\
src
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment