fix(allocator): fix lint warning building WASM#13897
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
7505e3b to
c39c7c5
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a lint warning that occurs when building for WASM (32-bit platforms) where the thread_count variable is unused in the unsupported platform code path.
- Adds a workaround to prevent unused variable lint warnings on 32-bit platforms
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge activity
|
`thread_count` var is unused on 32-bit platforms, causing a lint warning when building playground.
c39c7c5 to
91c88e2
Compare
CodSpeed Instrumentation Performance ReportMerging #13897 will not alter performanceComparing Summary
Footnotes |

thread_countvar is unused on 32-bit platforms, causing a lint warning when building playground.