09-10-2014, 08:29 AM
param is an operand of the cast operator and so is "used" according to the definition of “used†in Appendix J.
Therefore this code does not violate rule 2.7. This is consistent with the exception to rule 2.2 on dead code, which states “ A cast to void is assumed to indicate a value that is intentionally not being used.â€
Therefore this code does not violate rule 2.7. This is consistent with the exception to rule 2.2 on dead code, which states “ A cast to void is assumed to indicate a value that is intentionally not being used.â€
Posted by and on behalf of the MISRA C Working Group