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 a90da88 commit 0a01c10Copy full SHA for 0a01c10
tools/coverity_misra.config
@@ -57,8 +57,16 @@
57
{
58
deviation: "Rule 11.5",
59
reason: "Conversion from pointer to void into pointer to object
60
- all uses are checked and tested not to cause misalignment, pointers
61
- are switched back to their original type before they are accessed"
+ all uses are checked and tested not to cause misalignment, pointers
+ are switched back to their original type before they are accessed"
62
+ },
63
+ {
64
+ deviation: "Rule 8.6",
65
+ reason: "We use function callbacks to be defined by the application
66
+ writer, we could not provide definitions under the risk of
67
+ multiple definitions"
68
+
69
70
}
71
]
72
0 commit comments