We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fe9cb commit c7edc0eCopy full SHA for c7edc0e
1 file changed
cppcheckSuppressions.txt
@@ -8,10 +8,10 @@ unknownMacro:*
8
unusedFunction:*
9
unusedStructMember:*
10
11
-noExplicitConstructor:Common++/header/IpAddress.h
12
-noExplicitConstructor:Common++/header/MacAddress.h
+noExplicitConstructor:Common++/header/pcapplusplus/IpAddress.h
+noExplicitConstructor:Common++/header/pcapplusplus/MacAddress.h
13
useStlAlgorithm:Packet++/src/Asn1Codec.cpp
14
-noExplicitConstructor:Pcap++/header/PcapFileDevice.h
+noExplicitConstructor:Pcap++/header/pcapplusplus/PcapFileDevice.h
15
16
missingOverride:Pcap++/*
17
missingOverride:Examples/*
0 commit comments