We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c062f27 commit 3270d85Copy full SHA for 3270d85
1 file changed
test/cli/whole-program/odr3.cpp
@@ -1,6 +1,6 @@
1
// #10431
2
#ifdef X
3
-struct S { int i; };
+struct S { int i; }; // cppcheck-suppress unusedStructMember
4
#else
5
struct S {};
6
#endif
0 commit comments