more compiler warnings...

This commit is contained in:
Quentin Carbonneaux 2018-04-26 22:59:30 +02:00
parent e7a3875859
commit f1c865f4bc
5 changed files with 8 additions and 5 deletions

1
load.c
View file

@ -434,6 +434,7 @@ loadopt(Fn *fn)
i->op = ext;
break;
}
/* fall through */
case Oload:
i->op = Ocopy;
break;