Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initialize base class in copy constructors (apache#2006)
GCC issues warnings with -Wextra if we don't explicitly initialize base class in copy constructors. This commit fixed the issue.
- Loading branch information