09-10-2014, 08:29 AM
Does the following violate rule 2.7 (There should be no unused parameters in functions)?
Code:
void fn ( int32_t param )
{
( void )param;
}
Posted by and on behalf of the MISRA C Working Group