We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a431dc9 commit df9d666Copy full SHA for df9d666
cpp/misra/test/rules/RULE-0-1-1/test.cpp
@@ -57,7 +57,7 @@ void f3() {
57
l11 += l12; // COMPLIANT
58
f0(l11);
59
60
- int l13 = 0; // NON_COMPLIANT -- read but not observed
+ int l13 = 0; // NON_COMPLIANT -- read but not observed
61
l13 = l13 + 1; // NON_COMPLIANT -- read but not observed
62
63
int l14 = 0;
0 commit comments