Compilation warning #2835
Answered
by
jmklix
AgentCousto
asked this question in
Q&A
Compilation warning
#2835
-
Hello, Since I updated my compiler, I have the following compilation warnings: Do you know if this is coming from the AWS SDK code? If yes, will it be updated? Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
jmklix
Feb 8, 2024
Replies: 1 comment 3 replies
-
What compiler and version are you using? and what version did you update from? Also what OS are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which compiler version did you update from?
You can turn off warnings as errors by setting this cmake argument to off:
AWS_SDK_WARNINGS_ARE_ERRORS
. That might fix your problem.I would also recommend updating from version
1.9
to the latest version of this sdk.