File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dev_langs: ["C++"]
14
14
15
15
> Warning C33020: Likely incorrect HRESULT usage detected.
16
16
17
- This is high-confidence warning indicating that HRESULT-returning function returns FALSE or false .
17
+ This is high-confidence warning indicating that HRESULT-returning function returns FALSE.
18
18
19
19
## Example
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dev_langs: ["C++"]
14
14
15
15
> Warning C33022: Potentially incorrect HRESULT usage detected (low confidence)
16
16
17
- This is low-confidence warning for a function that returns HRESULT, if there is "FALSE" or "false"
17
+ This is low-confidence warning for a function that returns HRESULT, if there is "FALSE"
18
18
somewhere along the line that eventually returns it or assigns it to a variable that is returned.
19
19
20
20
## Example
You can’t perform that action at this time.
0 commit comments