dmlc / HalideIR

Symbolic Expression and Statement Module for new DSLs
Other
205 stars 59 forks source link

call base class constructor from copy constructors #26

Closed yangchen-MS closed 6 years ago

yangchen-MS commented 6 years ago

GCC issues warnings with -Wextra if we don't call the constructor of base class from copy constructors. This commit fixed the issue.

yangchen-MS commented 6 years ago

Fixed. Thanks for reviewing it!

tqchen commented 6 years ago

Thanks @yangchen-MS !

yangchen-MS commented 6 years ago

Thanks, @tqchen