13-03-2013, 04:01 PM
Although your source code doesn't contain a macro '__identifier', perhaps there is a definition of this macro in one of the header files that is included by your code?
It is also possible that the checking tool that you are using has made a mistake or is using '__identifier' as a generic term for an identifier that begins '__' but t is difficult to comment fully without seeing the source code.
Yes, MISRA C:2004 does permit "include-blockers." See Rule 19.15 for an example.
It is also possible that the checking tool that you are using has made a mistake or is using '__identifier' as a generic term for an identifier that begins '__' but t is difficult to comment fully without seeing the source code.
Yes, MISRA C:2004 does permit "include-blockers." See Rule 19.15 for an example.
Posted by and on behalf of the MISRA C Working Group