[previous] 0551 [next] [E] Cast may not operate on the left operand of the assignment operator.
Language extensions

A cast has been applied to the left hand side of an assignment operation. This is a language extension. QAC is able to parse this syntax but does not interpret the semantics.

For example:


/*PRQA S 1257,2017,3120,3195,3199,3203,3408,3625 ++*/

extern void foo(char p)
{
    (unsigned int)p = 0x12u;          /* Message 0551 */
}


MISRA-C:2004 Rules applicable to message 0551:

Rule  1.1  (Required) All code shall conform to ISO/IEC 9899:1990 C programming language, ISO 9899, amended and corrected by ISO/IEC 9899/COR1:1995, ISO/IEC 9899/AMD1:1995, and ISO/IEC 9899/COR2: 1996192


QA·C Source Code Analyser 8.1
MISRA-C:2004 Compliance Module 3.2
© 2012 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index Contents