From 01c9705cf408e010bd9f98c5230347975da69c4a Mon Sep 17 00:00:00 2001 From: "Yana Chernysheva (GitHub)" <59469418+ychernysheva@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:24:00 +0300 Subject: Fix Cppcheck issues (#3453) * Fix noExplicitConstructor issue * Fix functionConst issues * Fix unusedFunction and unusedField issues * Fix redundantInitialization * Fix unreadVariable and unusedVariable issues * Fix postfixOperator issue * Fix variableScope issue * Fix invalidPrintfArgType_sint and unsignedLessThanZero issues * Fix other errors * Add changes, related to functions marked as unused * Fix new issues * Fixe review comment * Fix codestyle * Fix constParameter errors * Fix functionConst errors * Fix noExplicitConstructor, redundantInitialization errors * Fix unreadVariable errors * Fix shadowVariable error * Fix useStlAlgorithm errors * Fixe variableScope error, add FIXME comment * Fix code style * Fix compile error * Remove unsued function * Fix compile error Co-authored-by: Vladislav Semenyuk --- cppcheck.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 cppcheck.xml (limited to 'cppcheck.xml') diff --git a/cppcheck.xml b/cppcheck.xml new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.1