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

test_common: fix -Wformat warnings #1771

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Jun 19, 2023

In preparation of re-enabling -Wformat globally, fix format string warnings in test_common.

Printing a size_t requires the %zu specifier.

@svenvh svenvh force-pushed the wformat-common branch 2 times, most recently from 8df74c8 to d089ac0 Compare June 20, 2023 10:09
In preparation of re-enabling -Wformat globally, fix format string
warnings in test_common.

Printing a `size_t` requires the `%zu` specifier.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
@svenvh svenvh merged commit d20913b into KhronosGroup:main Sep 19, 2023
@svenvh svenvh deleted the wformat-common branch September 19, 2023 11:26
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