31-07-2013, 11:35 AM
Example
#define MACRO_2 1(this macro is defined in some other file)
#define MACRO_1 MACRO_2
this statement is causing the warning in "macro contains unacceptable items misra c 2004 19.4".Is this warning valid? Is it really a invalid macro definition?
#define MACRO_2 1(this macro is defined in some other file)
#define MACRO_1 MACRO_2
this statement is causing the warning in "macro contains unacceptable items misra c 2004 19.4".Is this warning valid? Is it really a invalid macro definition?
<t></t>