mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix some (ancient) compiler warnings.
This commit is contained in:
@@ -55,7 +55,7 @@ static int crypt_wipe_special(struct crypt_device *cd, int fd, size_t bsize,
|
||||
size_t alignment, char *buffer,
|
||||
uint64_t offset, size_t size)
|
||||
{
|
||||
int r;
|
||||
int r = 0;
|
||||
unsigned int i;
|
||||
ssize_t written;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user