Skip to content

Commit 6ef134b

Browse files
committed
fix
1 parent 8eb16ed commit 6ef134b

File tree

1 file changed

+1
-1
lines changed
  • test/cli/proj-inline-suppress-unusedFunction

1 file changed

+1
-1
lines changed

test/cli/proj-inline-suppress-unusedFunction/B.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ class B {
22
public:
33
B();
44

5-
void unusedFunctionTest();
5+
static void unusedFunctionTest();
66
};

0 commit comments

Comments
 (0)