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
a9f39355
Commit
a9f39355
authored
Jun 13, 2013
by
Mukund Sivaraman
Browse files
[2726] Add src/bin/ to cppcheck include path too
parent
2cd1c104
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
a9f39355
...
...
@@ -110,7 +110,7 @@ report-coverage: report-cpp-coverage report-python-coverage
# for static C++ check using cppcheck (when available)
cppcheck
:
cppcheck
-I
./src/lib
--enable
=
all
--suppressions
\
cppcheck
-I
./src/lib
-I
./src/bin
--enable
=
all
--suppressions
\
src/cppcheck-suppress.lst
--inline-suppr
\
--quiet
--error-exitcode
=
1
\
--template
'{file}:{line}: check_fail: {message} ({severity},{id})'
\
...
...
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