-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Fix instances of -Wdeprecated-copy #3427
Labels
Comments
f790280 at least works around this in googletest's own cmake file by removing The code bug still needs fixing. |
4 tasks
Anybody working on this? I'm seeing the exact same error when building flashlight. |
This was fixed in #2815 |
asfgit
pushed a commit
to apache/kudu
that referenced
this issue
Sep 1, 2022
Along with other fixes and updates, googletest v1.12.1 includes the fix that allows for building the library with CLANG 13 and newer [1]. [1] google/googletest#3427 Change-Id: Ic1a398cbb93a6edb918e84e05927feb4b067058c Reviewed-on: http://gerrit.cloudera.org:8080/18922 Reviewed-by: Attila Bukor <[email protected]> Tested-by: Alexey Serbin <[email protected]>
zhangyifan27
pushed a commit
to zhangyifan27/kudu
that referenced
this issue
Dec 28, 2022
Along with other fixes and updates, googletest v1.12.1 includes the fix that allows for building the library with CLANG 13 and newer [1]. [1] google/googletest#3427 Change-Id: Ic1a398cbb93a6edb918e84e05927feb4b067058c Reviewed-on: http://gerrit.cloudera.org:8080/18922 Reviewed-by: Attila Bukor <[email protected]> Tested-by: Alexey Serbin <[email protected]>
Can this issue be closed if the problem was fixed? |
facebook-github-bot
pushed a commit
to facebook/mariana-trench
that referenced
this issue
Feb 13, 2023
Summary: We were using 1.10 which has deprecation warnings which were failing builds: google/googletest#3427 Update the version, and update the format of the URL as well as the artifact directory, which have changed since the before times. Reviewed By: arthaud Differential Revision: D43247530 fbshipit-source-id: cc808e4b05e7df24c4655877dbb0a3e3b9fafc22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bloaty fails to build with ToT clang due to more aggressive changes to -Wdeprecated-copy.
While the warning can be disabled, we should clean up instances this warning appears.
This can be reproduced with the same instructions used for building bloaty, but with using a version of clang that contains at least revision
abf3ca61e3235681f26d0f527b8e2763dd4c0c62
. (The revision I used locally isf7c5c0d87b8ae5e55006fd3a31994cd68d64f102
.)The text was updated successfully, but these errors were encountered: