Skip to content

Commit 6fb5cb0

Browse files
Update cfg.c
1 parent b4c8be1 commit 6fb5cb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • test/cli/proj-inline-suppress

test/cli/proj-inline-suppress/cfg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ void f()
22
{
33
#if DEF_1
44
// cppcheck-suppress id
5-
(void)0;
5+
;
66
#endif
77

88
// cppcheck-suppress id
9-
(void)0;
9+
;
1010
}

0 commit comments

Comments
 (0)