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 1e63711 commit ce559bcCopy full SHA for ce559bc
c/misra/src/rules/RULE-8-3/Compatible.qll
@@ -26,5 +26,5 @@ predicate typesCompatible(Type t1, Type t2) {
26
arithTypesMatch(t1, t2)
27
else
28
//otherwise include type qualifiers and typedef names
29
- t1 = t2
+ t1 = t2
30
}
0 commit comments