-ignore_files_misra [Professional Edition only]
|
This option specifies files that will not be checked against the MISRA-C: 2004 rules or MISRA-C: 2012 rules.
[Specification format]
-ignore_files_misra=file[,file]...
|
- | Interpretation when omitted |
All C source files are checked.
[Detailed description]
- | This option does not check file file against the MISRA-C: 2004 rules or MISRA-C: 2012 rules. |
- | This option is valid only when the -misra2004 or -misra2012 option is specified.
If the -misra2004 or -misra2012 option is not specified, a warning is output and this option will be ignored. |
[Example of use]
- | Not to check sample.h against the MISRA-C: 2004 rules, describe as: |
>ccrl -misra2004=all -ignore_files_misra=sample.h -cpu=S2 -dev=dr5f100pj.dvf main.c
|
[Caution]
- | An error will occur when this option is specified in the Standard Edition of the compiler. |