From a04b697c9abf755720f1675c36304f8d0f81db8f Mon Sep 17 00:00:00 2001 From: Cyrus <24922493+cyrus-dev@users.noreply.github.com> Date: Tue, 26 Jan 2021 15:10:47 -0500 Subject: [PATCH] Added an additional suppression to the cppcheck call. --- HIRS_ProvisionerTPM2/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HIRS_ProvisionerTPM2/CMakeLists.txt b/HIRS_ProvisionerTPM2/CMakeLists.txt index 5b6722d2..768e694b 100644 --- a/HIRS_ProvisionerTPM2/CMakeLists.txt +++ b/HIRS_ProvisionerTPM2/CMakeLists.txt @@ -251,6 +251,7 @@ if(STATIC_ANALYSIS) --error-exitcode=1 --verbose --suppress=readdirCalled + --suppress=passedByValue -I include/ src/ )