![]() |
![]() |
0877 | ![]() |
||||
![]() | |||||||
| Constraint violations | REFERENCE - ISO:C90-6.8.1 Conditional Inclusion - Constraints | ||||||
This is a constraint error The expression in a '#if' or '#elif' directive must be an integral constant expression. Casts, floating constants and string literals are not allowed. For example:
/*PRQA S 553,2017 ++*/
#define BIGINT 32767
#if (BIGINT > 35.42) /* Message 0877 */
#endif
#if ("abc") /* Message 0877 */
#endif
![]() | ||
| QA·C Source Code Analyser 8.1.2
© 2013 Programming Research. www.programmingresearch.com | Personality Groups | Glossary | Message Index | Contents |