We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9c40a commit c48658fCopy full SHA for c48658f
c/misra/test/rules/RULE-1-4/test.c
@@ -12,7 +12,7 @@ typedef int new_type; // COMPLIANT
12
typedef _Atomic new_type atomic_new_type; // NON_COMPLIANT
13
14
void f(int p) {
15
- // int i0 = _Generic(p, int : 0, long : 1); // NON_COMPLIANT[FALSE_NEGATIVE]
+ int i0 = _Generic(p, int : 0, long : 1); // NON_COMPLIANT[FALSE_NEGATIVE]
16
17
_Atomic int i; // NON_COMPLIANT
18
0 commit comments