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.
unusedFunction
1 parent ff4cbce commit 965f725Copy full SHA for 965f725
lib/templatesimplifier.h
@@ -263,6 +263,7 @@ class CPPCHECKLIB TemplateSimplifier {
263
* @return last token of declaration or nullptr if syntax error
264
*/
265
static Token *findTemplateDeclarationEnd(Token *tok);
266
+ // cppcheck-suppress unusedFunction - used in tests only
267
static const Token *findTemplateDeclarationEnd(const Token *tok);
268
269
protected:
0 commit comments