Commit 4ce7dc9
committed
Fix -Woverloaded-virtual warning in Schema by adding using declaration
Schema::Equals(const Schema&) hides StructType::Equals(const Type&),
triggering Clang's -Woverloaded-virtual warning. Add 'using StructType::Equals'
to bring the base class overload into scope alongside the Schema-specific one.1 parent c27fd15 commit 4ce7dc9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
0 commit comments