mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix some compiler warnings.
This commit is contained in:
@@ -170,7 +170,6 @@ int crypt_wipe_device(struct crypt_device *cd,
|
||||
|
||||
if (dev_size <= offset)
|
||||
return -EINVAL;
|
||||
length = dev_size - offset;
|
||||
}
|
||||
|
||||
r = posix_memalign((void **)&sf, alignment, wipe_block_size);
|
||||
|
||||
Reference in New Issue
Block a user