Skip to content

Commit cee78ce

Browse files
committed
Fix
1 parent fe0391d commit cee78ce

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; }; // cppcheck-suppress unusedStructMember
3+
struct S { S(); };
44
#else
55
struct S {};
66
#endif

0 commit comments

Comments
 (0)