mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-12 13:18:31 +03:00
e420410f9a
We cast (char*) to (uint32_t*) that changes alignment requierements. For our case the code has been correct as alloca() returns properly aligned buffer, however this patch make it cleaner and more readable and avoids warning generation. |
||
---|---|---|
.. | ||
clvmd | ||
cmirrord | ||
dmeventd | ||
Makefile.in |