18-12-2020, 10:12 AM
Using these definition eliminates the messages from the checker, which solves my problem.
#define FALSE (0!=0)
#define TRUE (0==0)
#define FALSE (0!=0)
#define TRUE (0==0)
Welcome to the new MISRA discussion forum, if you were previously a member of our forums you may need to reset your password.
No operators in #if
|
« Next Oldest | Next Newest »
|
Messages In This Thread |