[previous] 4601 [next] The macro '%1s' is the name of an identifier in '<%2s>'.
Identifiers REFERENCE - ISO:C90-7.1.2.1 Reserved Identifiers, ISO:C99-7.1.3 Reserved Identifiers

This macro name is a reserved identifier. It is an identifier declared in the specified library header file (but not as a macro). Is this intended ?

For example:


/*PRQA S 553,2017,3429,3453 ++*/

#define strcat(s1, s2) concatenate(s1, s2)   /* Message 4601 - "strcat" is declared as a function in <string.h> */

See also:

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