mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 09:07:18 +03:00
Fix more MinGW build warnings.
This commit is contained in:
parent
f2bc85298c
commit
218b15cc29
4 changed files with 46 additions and 43 deletions
|
|
@ -97,7 +97,7 @@ TEST_STRUCT(z, size_t)
|
|||
TEST_BEGIN(test_atomic_z)
|
||||
{
|
||||
|
||||
TEST_BODY(z, size_t, size_t, zu, "#zx");
|
||||
TEST_BODY(z, size_t, size_t, zu, "#"PRIzx);
|
||||
}
|
||||
TEST_END
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue