Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@chingjun
Copy link
Contributor

Next version of the crosstool will start warning about this (see: llvm/llvm-project#38717)

For context, see cl/542803761

Reviewers, please leave comment in the internal change, thanks.

…ing.

Next version of the crosstool will start warning about this (see: llvm/llvm-project#38717)
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@chingjun
Copy link
Contributor Author

Duplicate of #43139

@chingjun chingjun marked this as a duplicate of #43139 Jun 23, 2023
@chingjun chingjun closed this Jun 23, 2023
Copy link
Contributor

@dnfield dnfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

source->GetTextureDescriptor().sample_count,
destination->GetTextureDescriptor().sample_count);
static_cast<int>(source->GetTextureDescriptor().sample_count),
static_cast<int>(destination->GetTextureDescriptor().sample_count));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: static_cast<std::underlying_type<SampleCount>>?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%d is for ints.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(so if the underlying type changed to something where int was problematic, we'd be getting some kind of issue where %d is the right token to use anymore too)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants