Reduce cppcheck warnings

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1985
This commit is contained in:
Matej Ferencevic 2019-04-25 12:02:54 +02:00
parent 04fea56e91
commit 13309a0323

View File

@ -34,6 +34,7 @@ variableScope:src/query/frontend/opencypher/generated/CypherParser.cpp
missingInclude
unusedFunction
unusedStructMember
useStlAlgorithm
EOF
cppcheck --enable=all --inline-suppr --force --suppressions-list=.cppcheck_suppressions $flags $files 2>"$tmpfile"