![]() |
![]() |
0634 | ![]() |
||||
![]() | |||||||
| Implementation defined | REFERENCE - ISO:C90-6.5.2.1 Structure and Union Specifiers - Semantics | ||||||
Bit-fields have been defined without specifying explicit signedness. According to the ISO:C Standard, a bit-field can only be defined with one of the following types:
/*PRQA S 553,2017,3131,3602,3621 ++*/
struct ST /* Message 0634 */
{
int a:5;
unsigned int b:4;
signed int c:3;
int d:4;
};
![]() | ||
| QA·C Source Code Analyser 8.1.2
© 2013 Programming Research. www.programmingresearch.com | Personality Groups | Glossary | Message Index | Contents |