[previous] 4826 [next] Message specification is incomplete or missing.
Annotations

The message specifier is a required part of a suppression annotation. The message specifier appears after the annotation kind 'S' and the optional annotation tag if specified.

For Example:

// PRQA S    100         // Message specifier 100
// PRQA S:S1 100         // Message specifier 100

It is invalid to try to create a suppression annotation which does not have a message specifier.

For Example:

// PRQA S                // ERROR missing message specifier
// PRQA S:S1             // ERROR missing message specifier


No MISRA-C:2004 Rules applicable to message 4826


See also:

QA·C Source Code Analyser 8.1
MISRA-C:2004 Compliance Module 3.2
© 2012 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index Contents