Fix clang warning

This commit is contained in:
Todd Strader 2020-01-11 09:59:42 -05:00
parent fe94f9891b
commit a15aa0b82b

View File

@ -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;
}