From a15aa0b82b603ae31861ae56ad643fdfd74e25f8 Mon Sep 17 00:00:00 2001 From: Todd Strader Date: Sat, 11 Jan 2020 09:59:42 -0500 Subject: [PATCH] Fix clang warning --- src/V3ProtectLib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3ProtectLib.cpp b/src/V3ProtectLib.cpp index 836a41661..434eae0f2 100644 --- a/src/V3ProtectLib.cpp +++ b/src/V3ProtectLib.cpp @@ -92,7 +92,7 @@ class ProtectVisitor : public AstNVisitor { V3Hash hash = V3Hashed::uncachedHash(m_cfilep); m_hashValuep->addText(fl, cvtToStr(hash.fullValue())+";\n"); - m_cHashValuep->addText(fl, cvtToStr(hash.fullValue())+";\n"); + m_cHashValuep->addText(fl, cvtToStr(hash.fullValue())+"U;\n"); m_foundTop = true; }