Fixed warnings introduced by the UTF-8 conversion.

This commit is contained in:
OBattler
2021-04-01 00:04:59 +02:00
parent 672192fece
commit 5dace5e657
6 changed files with 2 additions and 8 deletions

View File

@@ -353,7 +353,6 @@ static void *
intel_flash_init(const device_t *info)
{
FILE *f;
int l;
flash_t *dev;
uint8_t type = info->local & 0xff;