[previous] 0292 [next] [I] Source file '%s' has comments containing one of the characters '$', '@' or '`'.
Implementation defined REFERENCE - ISO:C90-5.2.1 Character Sets

This comment includes a character which is not a member of the basic source character set. It may not be representable in all environments.

Notice that message 0292 is only generated once in any source file or include file within a translation unit.

For example:


/*PRQA S 2017,3211,3408,3625 ++*/

    int adollarcost;        /* Cost in $ - message 0292 */
    int bdollarcost;        /* Cost in $ - no message   */

    int apoundcost;         /* Cost in £ - message 0288 */
    int bpoundcost;         /* Cost in £ - no message   */


MISRA C:2012 Rules applicable to message 0292:

Dir-1.1  (Required) Any implementation-defined behaviour on which the output of the program depends shall be documented and understood


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