clang complains about generated programs: width of bit-field 'member_1_0' (29 bits) exceeds the width of its type
Open
- Dominant language
- C++
- Stars
- 570
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
```
./init.h:224:17: warning: width of bit-field 'member_1_0' (29 bits) exceeds the width of its type; value will be truncated to 8 bits [-Wbitfield-width]
signed char member_1_0 : 29;
^
./init.h:228:11: warning: width of bit-field 'member_1_2' (20 bits) exceeds the width of its type; value will be truncated to 16 bits [-Wbitfield-width]
short member_1_2 : 20;
^
```
Contributor guide
Assessment
This issue has not been assessed yet.