Skip to content

Commit d30bb6d

Browse files
committed
Add cppcheck suppression for unused struct member in iomanX_port.h
1 parent 45e8068 commit d30bb6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/iomanX_port.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ typedef struct
167167
/*24*/ unsigned int hisize;
168168
/*28*/ unsigned int private_0; // Number of subs (main) / subpart number (sub)
169169
/*2c*/ unsigned int private_1; // partition size low part
170+
// cppcheck-suppress unusedStructMember
170171
/*30*/ unsigned int private_2; // partition size high part
171172
/*34*/ unsigned int private_3;
172173
/*38*/ unsigned int private_4;

0 commit comments

Comments
 (0)