From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- .../openmpt-trunk/build/cppcheck/nlohmann-json.cfg | 7 +++++++ .../build/cppcheck/nlohmann-json.suppressions.txt | 1 + .../openmpt-trunk/build/cppcheck/r8brain.suppressions.txt | 12 ++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.cfg create mode 100644 Src/external_dependencies/openmpt-trunk/build/cppcheck/nlohmann-json.suppressions.txt create mode 100644 Src/external_dependencies/openmpt-trunk/build/cppcheck/r8brain.suppressions.txt (limited to 'Src/external_dependencies/openmpt-trunk/build/cppcheck') 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 @@ + + + + + + + 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 -- cgit