-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/6.0] Suppress clang-16 warnings (backport #81573) #84443
[release/6.0] Suppress clang-16 warnings (backport #81573) #84443
Conversation
Backport #82461 at the same time? |
8a26995
to
a6d9fbf
Compare
a6d9fbf
to
db09bc2
Compare
cc @tommcdon (see #84444 (comment)) |
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsCustomer impactWithout this, .NET 6 fails to build on platforms that use clang-16 TestingTested on CI and manually on Alpine Linux edge. RiskLow. The flag that is set makes the compiler less strict.
|
@mikem8361, @hoyosjs - if we want this change in the June Release, and it looks ready, please merge before May 15th (Code Complete). |
Failures look related. |
src/native/corehost/apphost/static/singlefilehost_OSXexports.src
Outdated
Show resolved
Hide resolved
db09bc2
to
ac85caf
Compare
Failures look unrelated to me now. |
Today is code complete for the June Release. @hoyosjs @akoeplinger is this ready to merge? @hoyosjs you have a blocking review. |
@carlossanlop this is ready 👍 |
Backports #81573 and #82461
Customer impact
Without this, .NET 6 fails to build on platforms that use clang-16
Testing
Tested on CI and manually on Alpine Linux edge.
Risk
Low. The flag that is set makes the compiler less strict.
@am11 @omajid ptal.