Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initialize base class in copy constructors #2006

Merged
merged 1 commit into from
Oct 26, 2018

Conversation

yangchen-MS
Copy link
Contributor

GCC issues warnings with -Wextra if we don't explicitly initialize
base class in copy constructors. This commit fixed the issue.

Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers.

GCC issues warnings with -Wextra if we don't explicitly initialize
base class in copy constructors. This commit fixed the issue.
@yangchen-MS
Copy link
Contributor Author

I am not sure who would be a right reviewer for this change. I am pinging @tqchen for taking a look at it. Thanks!

@tqchen tqchen merged commit a0c813b into apache:master Oct 26, 2018
eqy pushed a commit to eqy/tvm that referenced this pull request Oct 29, 2018
GCC issues warnings with -Wextra if we don't explicitly initialize
base class in copy constructors. This commit fixed the issue.
FrozenGene pushed a commit to FrozenGene/tvm that referenced this pull request Dec 27, 2018
GCC issues warnings with -Wextra if we don't explicitly initialize
base class in copy constructors. This commit fixed the issue.
@yangchen-MS yangchen-MS deleted the ctor-warnings branch January 7, 2019 21:22
wweic pushed a commit to neo-ai/tvm that referenced this pull request Feb 20, 2019
GCC issues warnings with -Wextra if we don't explicitly initialize
base class in copy constructors. This commit fixed the issue.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Feb 20, 2019
GCC issues warnings with -Wextra if we don't explicitly initialize
base class in copy constructors. This commit fixed the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants