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

View file

@ -72,6 +72,7 @@ isfloatv(Typ *t, char *cls)
case FTyp:
if (isfloatv(&typ[f->len], cls))
break;
/* fall through */
default:
return 0;
}