From c99ded9dc47558f65427891eab6adc17b4db0e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= Date: Mon, 7 Oct 2024 10:10:42 +0200 Subject: [PATCH] Update cppCheckSuppressions path --- cppcheckSuppressions.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cppcheckSuppressions.txt b/cppcheckSuppressions.txt index 771a24fba0..3c02e77c28 100644 --- a/cppcheckSuppressions.txt +++ b/cppcheckSuppressions.txt @@ -7,9 +7,9 @@ unknownMacro:* unusedFunction:* unusedStructMember:* -noExplicitConstructor:Common++/header/IpAddress.h -noExplicitConstructor:Common++/header/MacAddress.h -noExplicitConstructor:Pcap++/header/PcapFileDevice.h +noExplicitConstructor:Common++/header/pcapplusplus/IpAddress.h +noExplicitConstructor:Common++/header/pcapplusplus/MacAddress.h +noExplicitConstructor:Pcap++/header/pcapplusplus/PcapFileDevice.h missingOverride:Pcap++/* missingOverride:Examples/*