mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 17:01:09 +02:00
Fix clang warning, recent change
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user