-
Notifications
You must be signed in to change notification settings - Fork 2.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
Fix llvm error: variable 'default_iv_length' and other may be used uninitialized #7210
Conversation
Backport of Mbed-TLS#7210 Signed-off-by: Sergey <[email protected]>
d2590ba
to
8849e6b
Compare
This doesn't give a fully clean build with
|
I tried only UWP builds with LLVM clang and w/o test builds. |
Signed-off-by: Sergey <[email protected]>
Could you share how you build for UWP? |
With cmake using a toolchain file, that tunes cmake variables for using LLVM clang compiler (version 15.0.7).
I suppose the toolchain file is not interesting. The compiler flags used are more interesting, they are set to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
The warnings are false positive, but treated as errors and prevent compiling on Windows with LLVM Clang.
Gatekeeper checklist