We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966dc77 commit 7ef5f42Copy full SHA for 7ef5f42
tests/unit/test_gpu.c
@@ -43,7 +43,7 @@ SENTRY_TEST(gpu_info_basic)
43
}
44
if (gpu_info->memory_size > 0) {
45
has_info = true;
46
- printf(" Memory Size: %zu bytes\n", gpu_info->memory_size);
+ printf(" Memory Size: %" PRIu64 " bytes\n", gpu_info->memory_size);
47
48
49
0 commit comments