Skip to content

Avoid unused variable warnings with MSVC#8133

Merged
bernhardmgruber merged 1 commit intoNVIDIA:mainfrom
miscco:nvbug_5997662
Mar 23, 2026
Merged

Avoid unused variable warnings with MSVC#8133
bernhardmgruber merged 1 commit intoNVIDIA:mainfrom
miscco:nvbug_5997662

Conversation

@miscco
Copy link
Copy Markdown
Contributor

@miscco miscco commented Mar 23, 2026

it seems that MSVC has stated to have issues with function local constexpr variables that are only used in a compile time context. :(

Fixes nvbug5997662

it seems that MSVC has stated to have issues with function local constexpr variables that are only used in a compile time context. :(

Fixes nvbug5997662
@miscco miscco requested a review from a team as a code owner March 23, 2026 08:00
@miscco miscco requested a review from fbusato March 23, 2026 08:00
@github-project-automation github-project-automation bot moved this to Todo in CCCL Mar 23, 2026
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Mar 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🥳 CI Workflow Results

🟩 Finished in 44m 40s: Pass: 100%/60 | Total: 9h 25m | Max: 24m 30s | Hits: 98%/238400

See results here.

@bernhardmgruber bernhardmgruber merged commit 2cb732f into NVIDIA:main Mar 23, 2026
80 of 82 checks passed
@miscco miscco deleted the nvbug_5997662 branch March 23, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants