Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add maybe unused
  • Loading branch information
jonahwilliams committed Apr 19, 2024
commit 63c48bf2805b698fd2582c3885fa9d445ad66397
2 changes: 1 addition & 1 deletion impeller/entity/contents/texture_contents.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ bool TextureContents::Render(const ContentContext& renderer,
return true; // Nothing to render.
}

bool is_external_texture =
[[maybe_unused]] bool is_external_texture =
texture_->GetTextureDescriptor().type == TextureType::kTextureExternalOES;
FML_DCHECK(!is_external_texture);

Expand Down