Fix clang warning, recent change

This commit is contained in:
Wilson Snyder 2020-12-12 22:16:10 -05:00
parent e2e3cc8463
commit fb689bbb19

View File

@ -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()