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 7e8ba84 commit f1944dbCopy full SHA for f1944db
c/misra/test/rules/RULE-11-10/test.c
@@ -23,6 +23,6 @@ typedef void f4(_Atomic void *); // NON_COMPLIANT
23
typedef void (*f5)(_Atomic void *); // NON_COMPLIANT
24
25
void f6() {
26
- (void *)0; // COMPLIANT
+ (void *)0; // COMPLIANT
27
(_Atomic void *)0; // NON_COMPLIANT
28
}
0 commit comments