Skip to content

Commit 3270d85

Browse files
committed
Suppress
1 parent c062f27 commit 3270d85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/whole-program/odr3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// #10431
22
#ifdef X
3-
struct S { int i; };
3+
struct S { int i; }; // cppcheck-suppress unusedStructMember
44
#else
55
struct S {};
66
#endif

0 commit comments

Comments
 (0)