Closed yangchen-MS closed 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.
Fixed. Thanks for reviewing it!
Thanks @yangchen-MS !
Thanks, @tqchen
GCC issues warnings with -Wextra if we don't call the constructor of base class from copy constructors. This commit fixed the issue.