From 61e41595a2f13543354ea2765e09fdc62a569a93 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 11 May 2020 19:17:02 -0400 Subject: [PATCH] Fix clang warning --- src/V3EmitC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3EmitC.cpp b/src/V3EmitC.cpp index 2f5ba6546..829de4a34 100644 --- a/src/V3EmitC.cpp +++ b/src/V3EmitC.cpp @@ -1000,7 +1000,7 @@ public: emitOpName(nodep, "VL_STREAML_%nq%lq%rq(%nw,%lw,%rw, %P, %li, %ri)", nodep->lhsp(), nodep->rhsp(), NULL); } - virtual void visit(AstCountBits* nodep) { + virtual void visit(AstCountBits* nodep) VL_OVERRIDE { putbs("VL_COUNTBITS_"); emitIQW(nodep->lhsp()); puts("(");