more compiler warnings...
This commit is contained in:
parent
e7a3875859
commit
f1c865f4bc
5 changed files with 8 additions and 5 deletions
|
@ -72,6 +72,7 @@ isfloatv(Typ *t, char *cls)
|
|||
case FTyp:
|
||||
if (isfloatv(&typ[f->len], cls))
|
||||
break;
|
||||
/* fall through */
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue