[previous] 0299 [next] [I] Source file '%s' includes #pragma directives containing characters which are not members of the basic source character set.
Implementation defined REFERENCE - ISO:C90-5.2.1 Character Sets

This #pragma directive contains a character which is not a member of the basic source character set. The interpretation of this character will be implementation-defined.

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

For example:


/*PRQA S 553,2017,3116 ++*/

#pragma STAY@                     /* Message 0299 */
#pragma AROUND$                   /* ... but message is not repeated */

See also:

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents