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

COMP: Do not use -Wdeprecated-copy ignore pragma with clang #105

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Oct 8, 2021

With Apple clang version 12.0.0, this throws:

KWStyle/Utilities/boost/proto/expr.hpp:140:44: warning: unknown
warning group '-Wdeprecated-copy', ignored [-Wunknown-warning-option]

@thewtex thewtex requested a review from aylward October 8, 2021 15:22
With Apple clang version 12.0.0, this throws:

  KWStyle/Utilities/boost/proto/expr.hpp:140:44: warning: unknown
  warning group '-Wdeprecated-copy', ignored [-Wunknown-warning-option]
@thewtex thewtex force-pushed the clang-deprecated-copy branch from 88ca8de to 7563fe3 Compare October 8, 2021 15:22
Copy link
Contributor

@aylward aylward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@thewtex thewtex merged commit 1173206 into Kitware:master Oct 8, 2021
@thewtex thewtex deleted the clang-deprecated-copy branch October 8, 2021 19:59
thewtex added a commit to thewtex/ITK that referenced this pull request Oct 8, 2021
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