Commit 36a303da authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use uintptr_t to avoid a downgrade warning on 32 bit systems, which

a smarter compiler than GCC could have seen through.
parent 3718b46b
......@@ -104,7 +104,7 @@ struct smp_sc {
int fd;
const char *filename;
off_t mediasize;
uint64_t align; /* 64b to avoid casts */
uintptr_t align;
uint32_t granularity;
uint32_t unique;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment