[previous] 3104 [next] [S] #pragma '%s' has invalid arguments and has been ignored.
Syntax errors

The arguments to this #pragma are incorrect. The arguments must be a comma-separated list of one or more message numbers or ranges, with '-' used to separate the two message numbers of a range. Valid message numbers are in the range 1-9999.

For example:


#pragma PRQA_MESSAGES_OFF 2017,3211-3408  /* OK           */

#pragma PRQA_MESSAGES_OFF 1111.2222       /* Message 3104 */
#pragma PRQA_MESSAGES_OFF 333333          /* Message 3104 */
#pragma PRQA_MESSAGES_OFF 4444_5555       /* Message 3104 */

int x = 0;

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