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.
2 parents c91d068 + 106b4c4 commit 21faa42Copy full SHA for 21faa42
src/drivers/libraries/Suppression.qll
@@ -110,6 +110,9 @@ abstract class CASuppression extends PreprocessorPragma {
110
this.getRuleName() = any(["__WARNING_PROTOTYPE_MISMATCH", "28127"]) and
111
result = "lgtm[cpp/drivers/routine-function-type-not-expected]"
112
or
113
+ this.getRuleName() = any(["__WARNING_UNEXPECTED_IRQL_CHANGE", "28167"]) and
114
+ result = "lgtm[cpp/drivers/irql-function-not-annotated]"
115
+ or
116
result = "lgtm[" + this.getRuleName() + "]"
117
}
118
0 commit comments