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

@@ -198,7 +198,6 @@ static void *
catalyst_flash_init(const device_t *info)
{
FILE *f;
int l;
flash_t *dev;
dev = malloc(sizeof(flash_t));