Internals: Fix cppcheck warnings

This commit is contained in:
Wilson Snyder
2024-01-17 19:48:07 -05:00
parent 8b03f2d47b
commit 89cfa0737f
12 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class StackCountVisitor final : public VNVisitorConst {
public:
// CONSTRUCTORS
StackCountVisitor(AstNode* nodep) { iterateConstNull(nodep); }
explicit StackCountVisitor(AstNode* nodep) { iterateConstNull(nodep); }
~StackCountVisitor() override = default;
// METHODS