Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix -Wformat warnings in multiple tests #1868

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Dec 21, 2023

All of these warnings stem from printing size_t types, which should be done using the z length modifier.

All of these warnings stem from printing `size_t` types, which should
be done using the `z` length modifier.

Signed-off-by: Sven van Haastregt <[email protected]>
@bashbaug
Copy link
Contributor

Merging as discussed in the February 27th teleconference.

@bashbaug bashbaug merged commit e0a31a0 into KhronosGroup:main Feb 27, 2024
6 checks passed
@svenvh svenvh deleted the wformat-sizet branch February 27, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants