From a4c4e0f826c3c18bf1ca57dc926d14e9d17f1e96 Mon Sep 17 00:00:00 2001 From: Erki Date: Tue, 13 Apr 2021 10:55:04 +0300 Subject: [PATCH] Fixes and codecheck --- cppcheck-suppress.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cppcheck-suppress.txt diff --git a/cppcheck-suppress.txt b/cppcheck-suppress.txt new file mode 100644 index 0000000..962df9e --- /dev/null +++ b/cppcheck-suppress.txt @@ -0,0 +1,2 @@ +unusedFunction +missingInclude \ No newline at end of file