mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 10:01:11 +02:00
Fix clang warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user