Closed lcartey closed 2 months ago
RULE-7-2
This query reports false positives in two cases:
U
unsigned int x = 1030; // COMPLIANT[FALSE_POSITIVE] #define Y 0x80000000U Y; // COMPLIANT[FALSE_POSITIVE]
Affected rules
RULE-7-2
Description
This query reports false positives in two cases:
U
suffix was used.Example