![]() |
![]() |
4828 | ![]() |
||||
![]() | |||||||
| Annotations | |||||||
When referring to a location annotation tag from another annotation, there are some useful predefined locations tags which can also be used:
| EOF | End Of File. | |
| ++ | Add to set of continuous suppression messages. | |
| -- | Remove from set of continuous suppression messages. | |
| SEMI | Suppress to the first ';'. | |
| PAREN* | Suppress from the first '(' or '{' until its matching closing brace. | |
| * not yet available |
// PRQA S 100 EOF // Suppress message 100 until the end of the current file.
In order to avoid confusion, it is not possible to redefine these
tags.
For Example;
// PRQA L:EOF // Error cannot redefine tag 'EOF'
No MISRA C:2012 Rules applicable to message 4828
See also:
![]() | ||
| QA·C Source Code Analyser 8.1
MISRA C:2012 Compliance Module 1.0 © 2012 Programming Research. www.programmingresearch.com | Personality Groups | Glossary | Message Index | MISRA C:2012 Rule Index | Contents |