Fix some benign compiler warnings.

This commit is contained in:
Milan Broz
2017-10-28 14:12:25 +02:00
parent 4e31595c7a
commit f7dadfb646
2 changed files with 2 additions and 3 deletions

View File

@@ -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;