Skip to content

Fix warnings identified by clang#293

Merged
taysta merged 5 commits intomasterfrom
clang-warnings
Mar 2, 2026
Merged

Fix warnings identified by clang#293
taysta merged 5 commits intomasterfrom
clang-warnings

Conversation

@taysta
Copy link
Owner

@taysta taysta commented Feb 28, 2026

  • (vk/engine) converts various sprintf() calls to com_sprintf()
  • converts incorrtect sprintf() usage to q_strncpyz
  • (rend2) fixes constructor parameter order
  • (vk) fixes struct array member in boolean check always resulting in 'true'

note that most of these changes are not likely to result in a bugfix, just improved developer experience when compiling with clang, as these warnings will no longer be spammed in the build log.

@taysta taysta merged commit a1ea16b into master Mar 2, 2026
14 checks passed
@taysta taysta deleted the clang-warnings branch March 2, 2026 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant