diff options
author | Brooks Davis <[email protected]> | 2024-05-24 18:45:58 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-24 18:45:58 -0700 |
commit | 7572e8ca04adda7af207dd27d643d241351680e7 (patch) | |
tree | 7c42bc842460698ab8ab16da0cf72e7fb1cce0a5 /cmd/zstream | |
parent | 08648cf0da381fb667fa413ba95407ae4c3f8a8f (diff) |
Avoid a gcc -Wint-to-pointer-cast warning
On 32-bit platforms long long is generally 64-bits. Sufficiently modern
versions of gcc (13 in my testing) complains when casting a pointer to
an integer of a different width so cast to uintptr_t first to avoid the
warning.
Fixes: c183d164aa Parallel pool import
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Don Brady <[email protected]>
Signed-off-by: Brooks Davis <[email protected]>
Closes #16203
Diffstat (limited to 'cmd/zstream')
0 files changed, 0 insertions, 0 deletions