silent a few warnings

This commit is contained in:
Quentin Carbonneaux 2016-08-17 23:45:28 -07:00
parent 490799b772
commit 09192cdeab
2 changed files with 6 additions and 4 deletions

5
all.h
View file

@ -434,9 +434,8 @@ struct Typ {
Sint,
Sflt,
Styp,
};
uint type:3;
uint len:29; /* index in typ[] for Styp */
} type;
uint len; /* index in typ[] for Styp */
} (*seg)[NSeg+1];
};