mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-16 21:29:59 +01:00
Fix some benign compiler warnings.
This commit is contained in:
@@ -352,7 +352,7 @@ void tools_time_progress(uint64_t device_size, uint64_t bytes,
|
||||
unsigned long long mbytes, eta;
|
||||
double tdiff, mib, frequency;
|
||||
int final = (bytes == device_size);
|
||||
char *eol;
|
||||
const char *eol;
|
||||
|
||||
if (opt_batch_mode)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user