I've searched for false positives on 10.4 and couldn't find any that exist, so hopefully this isn't a double post. I'm seeing a false positive on the following code:
Error:
asw\aswContCtrl.c:155:56: style: Required. Both operands of an operator in which the usual arithmetic conversions are performed shall have the same essential type category. [misra-c2012-10.4]
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've searched for false positives on 10.4 and couldn't find any that exist, so hopefully this isn't a double post. I'm seeing a false positive on the following code:
min/max macros:
Error:
asw\aswContCtrl.c:155:56: style: Required. Both operands of an operator in which the usual arithmetic conversions are performed shall have the same essential type category. [misra-c2012-10.4]
Hello,
How does AUX_V_THRESHOLD_IN_MV is defined? What type does it have?