mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Fix clang warning, recent change
This commit is contained in:
parent
e2e3cc8463
commit
fb689bbb19
@ -2486,7 +2486,7 @@ public:
|
||||
ASTNODE_BASE_FUNCS(NodeUOrStructDType)
|
||||
virtual const char* broken() const override;
|
||||
virtual void dump(std::ostream& str) const override;
|
||||
virtual bool isCompound() const { return false; } // Because don't support unpacked
|
||||
virtual bool isCompound() const override { return false; } // Because don't support unpacked
|
||||
// For basicp() we reuse the size to indicate a "fake" basic type of same size
|
||||
virtual AstBasicDType* basicp() const override {
|
||||
return (isFourstate()
|
||||
|
Loading…
Reference in New Issue
Block a user