diff --git a/src/V3Case.cpp b/src/V3Case.cpp index 54ce1ff7e..146f81a89 100644 --- a/src/V3Case.cpp +++ b/src/V3Case.cpp @@ -302,8 +302,7 @@ class CaseVisitor final : public VNVisitor { } } if (!missingItems.empty() && !nodep->unique0Pragma()) { - nodep->v3warn(CASEINCOMPLETE, - "Enum item(s) not covered by case: " << missingItems); + nodep->v3warn(CASEINCOMPLETE, "Enum item(s) not covered by case: " << missingItems); } return fullyCovered; // enum is fully covered }