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 b6398c7 commit 549b2acCopy full SHA for 549b2ac
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