silent a few warnings
This commit is contained in:
parent
490799b772
commit
09192cdeab
2 changed files with 6 additions and 4 deletions
5
all.h
5
all.h
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue