Reduce cppcheck warnings
Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1985
This commit is contained in:
parent
04fea56e91
commit
13309a0323
@ -34,6 +34,7 @@ variableScope:src/query/frontend/opencypher/generated/CypherParser.cpp
|
|||||||
missingInclude
|
missingInclude
|
||||||
unusedFunction
|
unusedFunction
|
||||||
unusedStructMember
|
unusedStructMember
|
||||||
|
useStlAlgorithm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cppcheck --enable=all --inline-suppr --force --suppressions-list=.cppcheck_suppressions $flags $files 2>"$tmpfile"
|
cppcheck --enable=all --inline-suppr --force --suppressions-list=.cppcheck_suppressions $flags $files 2>"$tmpfile"
|
||||||
|
Loading…
Reference in New Issue
Block a user