Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-12-29 21:14:01 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-01-05 21:55:34 +0400
commit7f47a8e42bab1890bc2af5de71897cb720fd1dff (patch)
tree949a8960b6964fcb88bfeca4feb2ca9d753900db /contrib
parent6ef89ca4180dfaac9723b6f6e240cb76c88e4173 (diff)
contrib/mpc-hc.cppcheck: Add library and suppressions settings.
Requires cppcheck https://github.com/danmar/cppcheck/commit/24a9da37718a79fa4cabdad59bf71426722e22c7 or newer.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/mpc-hc.cppcheck10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/mpc-hc.cppcheck b/contrib/mpc-hc.cppcheck
index 4e33a4549..1bf6c57ef 100644
--- a/contrib/mpc-hc.cppcheck
+++ b/contrib/mpc-hc.cppcheck
@@ -10,4 +10,14 @@
<exclude>
<path name="src/thirdparty/"/>
</exclude>
+ <libraries>
+ <library>windows</library>
+ </libraries>
+ <suppressions>
+ <suppression>cstyleCast</suppression>
+ <suppression>redundantAssignment</suppression>
+ <suppression>unreadVariable</suppression>
+ <suppression>unusedPrivateFunction</suppression>
+ <suppression>variableScope</suppression>
+ </suppressions>
</project>