-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++] Azure SDK's identity.hpp fails on builds with -Werror=attributes #39384
Comments
@anjakefala some other changes were made to this file after my PR. Is this still an issue on latest |
Unfortunately, yes. =(
|
I decided to completely rebuild from scratch, including the environment. I got this error:
|
Some additional information: For this log: |
The fix was to set: And now I again have:
|
It seems that despite this:
and
in |
Ah, We might want to take care of that warning, since developers build on debug-mode. But that feels like a seperate issue. |
main
…pp (#39448) ### Rationale for this change Warnings in included headers are causing -Werror builds to fail. ### What changes are included in this PR? Push and pop of ignore warning pragmas. ### Are these changes tested? I'm asking @ anjakefala to test the build on this branch. * Closes: #39384 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
…tity.hpp (apache#39448) ### Rationale for this change Warnings in included headers are causing -Werror builds to fail. ### What changes are included in this PR? Push and pop of ignore warning pragmas. ### Are these changes tested? I'm asking @ anjakefala to test the build on this branch. * Closes: apache#39384 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
…tity.hpp (apache#39448) ### Rationale for this change Warnings in included headers are causing -Werror builds to fail. ### What changes are included in this PR? Push and pop of ignore warning pragmas. ### Are these changes tested? I'm asking @ anjakefala to test the build on this branch. * Closes: apache#39384 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
…tity.hpp (apache#39448) ### Rationale for this change Warnings in included headers are causing -Werror builds to fail. ### What changes are included in this PR? Push and pop of ignore warning pragmas. ### Are these changes tested? I'm asking @ anjakefala to test the build on this branch. * Closes: apache#39384 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
Since this commit: 91b2243
I have had this build failure on a Linux machine:
This is my
CMakeUserPresets.json
:@felipecrv
I have tried clearing my existing build directory before building!
Component(s)
C++
The text was updated successfully, but these errors were encountered: