Skip to content

Commit c7edc0e

Browse files
committed
Update cppcheck suppression paths.
1 parent f0fe9cb commit c7edc0e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cppcheckSuppressions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ unknownMacro:*
88
unusedFunction:*
99
unusedStructMember:*
1010

11-
noExplicitConstructor:Common++/header/IpAddress.h
12-
noExplicitConstructor:Common++/header/MacAddress.h
11+
noExplicitConstructor:Common++/header/pcapplusplus/IpAddress.h
12+
noExplicitConstructor:Common++/header/pcapplusplus/MacAddress.h
1313
useStlAlgorithm:Packet++/src/Asn1Codec.cpp
14-
noExplicitConstructor:Pcap++/header/PcapFileDevice.h
14+
noExplicitConstructor:Pcap++/header/pcapplusplus/PcapFileDevice.h
1515

1616
missingOverride:Pcap++/*
1717
missingOverride:Examples/*

0 commit comments

Comments
 (0)