aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2016-08-17 23:45:28 -0700
committerQuentin Carbonneaux <[email protected]>2016-08-17 23:45:28 -0700
commit09192cdeabeb185e54d60faa2b275a0e8e2a52a6 (patch)
tree04010af65f08d85f58daa75dc37634e60ca1275e /all.h
parent490799b7725f9a173fec6945c7dd927dd9aa5801 (diff)
silent a few warnings
Diffstat (limited to 'all.h')
-rw-r--r--all.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/all.h b/all.h
index 39c85f1..e303a87 100644
--- a/all.h
+++ b/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];
};