Skip to content

Fix Clang warning introduced by PR #7968#9311

Merged
expipiplus1 merged 2 commits intoshader-slang:masterfrom
ncelikNV:fix-clang-warning
Dec 16, 2025
Merged

Fix Clang warning introduced by PR #7968#9311
expipiplus1 merged 2 commits intoshader-slang:masterfrom
ncelikNV:fix-clang-warning

Conversation

@ncelikNV
Copy link
Copy Markdown
Contributor

Fixes the following warning emitted by Clang 20:

warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'IRConstant' [-Wnontrivial-memcall]

See #8634.

Fixes the following warning emitted by Clang 20:

```
warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'IRConstant' [-Wnontrivial-memcall]
```

See shader-slang#8634.
@ncelikNV ncelikNV requested a review from a team as a code owner December 10, 2025 20:48
@ncelikNV ncelikNV added the pr: non-breaking PRs without breaking changes label Dec 10, 2025
@expipiplus1 expipiplus1 added this pull request to the merge queue Dec 16, 2025
Merged via the queue into shader-slang:master with commit 1717891 Dec 16, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: non-breaking PRs without breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants