![]() |
![]() |
4420 | ![]() |
||||
![]() | |||||||
| Arithmetic type - Assignment | |||||||
This message is issued whenever an expression of essentially enum type undergoes an assigning conversion to Boolean type. For example:
/*PRQA S 1-9999 ++*/
/*PRQA S 4420 --*/
enum E {ONE, TWO};
void foo (_Bool b);
_Bool f4420 (enum E a)
{
_Bool boa = a; /* 4420 */
foo (ONE); /* 4420 */
boa = TWO; /* 4420 */
return a; /* 4420 */
}
![]() | ||
| QA·C Source Code Analyser 8.1.2
© 2013 Programming Research. www.programmingresearch.com | Personality Groups | Glossary | Message Index | Contents |