We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb16ed commit 6ef134bCopy full SHA for 6ef134b
test/cli/proj-inline-suppress-unusedFunction/B.hpp
@@ -2,5 +2,5 @@ class B {
2
public:
3
B();
4
5
- void unusedFunctionTest();
+ static void unusedFunctionTest();
6
};
0 commit comments