12-03-2013, 12:45 PM
I have a violation in MISRA 2004 rule 19.10:
unparenthesized macro parameter in definition of macro: '__identifier'
and a violation in MISRA 2004 rule 19.4:
disallowed definition for macro '__identifier'
but i don't have a macro '__identifier' in my sourcecode.
Does MISRA 2004 allow include-blockers like
or not? I assume that this may cause the errors above.
Best Regards
Tobias Gradl
unparenthesized macro parameter in definition of macro: '__identifier'
and a violation in MISRA 2004 rule 19.4:
disallowed definition for macro '__identifier'
but i don't have a macro '__identifier' in my sourcecode.
Does MISRA 2004 allow include-blockers like
Code:
#ifndef EXAMPLE_H
#define EXAMPLE_H
...
#endif
Best Regards
Tobias Gradl
<t></t>