Skip to content

Repo sync for protected CLA branch #2529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/code-quality/c33020.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev_langs: ["C++"]

> Warning C33020: Likely incorrect HRESULT usage detected.

This is high-confidence warning indicating that HRESULT-returning function returns FALSE or false.
This is high-confidence warning indicating that HRESULT-returning function returns FALSE.

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/code-quality/c33022.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev_langs: ["C++"]

> Warning C33022: Potentially incorrect HRESULT usage detected (low confidence)

This is low-confidence warning for a function that returns HRESULT, if there is "FALSE" or "false"
This is low-confidence warning for a function that returns HRESULT, if there is "FALSE"
somewhere along the line that eventually returns it or assigns it to a variable that is returned.

## Example
Expand Down