aboutsummaryrefslogtreecommitdiff
path: root/Src/external_dependencies/openmpt-trunk/build/cppcheck
diff options
context:
space:
mode:
authorJean-Francois Mauguit <jfmauguit@mac.com>2024-09-24 09:03:25 -0400
committerGitHub <noreply@github.com>2024-09-24 09:03:25 -0400
commitbab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch)
tree12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/external_dependencies/openmpt-trunk/build/cppcheck
parent4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff)
parent20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff)
downloadwinamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/external_dependencies/openmpt-trunk/build/cppcheck')
-rw-r--r--Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.cfg7
-rw-r--r--Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.suppressions.txt1
-rw-r--r--Src/external_dependencies/openmpt-trunk/build/cppcheck/r8brain.suppressions.txt12
3 files changed, 20 insertions, 0 deletions
diff --git a/Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.cfg b/Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.cfg
new file mode 100644
index 00000000..923dd7dd
--- /dev/null
+++ b/Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.cfg
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<def format="2">
+ <define name="JSON_HEDLEY_DEPRECATED(x)" value=""/>
+ <define name="JSON_HEDLEY_DEPRECATED_FOR(x,y)" value=""/>
+ <define name="JSON_HEDLEY_NON_NULL(x)" value=""/>
+ <define name="NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(...)" value=""/>
+</def>
diff --git a/Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.suppressions.txt b/Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.suppressions.txt
new file mode 100644
index 00000000..5ed30ea5
--- /dev/null
+++ b/Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.suppressions.txt
@@ -0,0 +1 @@
+containerOutOfBounds:include/nlohmann-json/include/nlohmann/json.hpp
diff --git a/Src/external_dependencies/openmpt-trunk/build/cppcheck/r8brain.suppressions.txt b/Src/external_dependencies/openmpt-trunk/build/cppcheck/r8brain.suppressions.txt
new file mode 100644
index 00000000..410bd1d4
--- /dev/null
+++ b/Src/external_dependencies/openmpt-trunk/build/cppcheck/r8brain.suppressions.txt
@@ -0,0 +1,12 @@
+operatorEqVarError:include/r8brain/CDSPFIRFilter.h
+operatorEqVarError:include/r8brain/CDSPFracInterpolator.h
+operatorEqVarError:include/r8brain/CDSPRealFFT.h
+operatorEqVarError:include/r8brain/r8bbase.h
+uninitMemberVarPrivate:include/r8brain/CDSPFIRFilter.h
+uninitMemberVarPrivate:include/r8brain/CDSPFracInterpolator.h
+uninitMemberVarPrivate:include/r8brain/CDSPRealFFT.h
+uninitMemberVarPrivate:include/r8brain/r8bbase.h
+virtualCallInConstructor:include/r8brain/CDSPBlockConvolver.h
+virtualCallInConstructor:include/r8brain/CDSPFracInterpolator.h
+virtualCallInConstructor:include/r8brain/CDSPHBDownsampler.h
+virtualCallInConstructor:include/r8brain/CDSPHBUpsampler.h