-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix false-positive used-before-assignment in function returns
- Loading branch information
1 parent
8f84dec
commit 628c266
Showing
4 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
pointless-statement:56:0::Statement seems to have no effect | ||
used-before-assignment:74:7::Using variable 'err_a' before assignment | ||
used-before-assignment:75:6::Using variable 'err_b' before assignment | ||
used-before-assignment:77:13::Using variable 'err_d' before assignment | ||
used-before-assignment:21:7::Using variable 'err_a' before assignment | ||
used-before-assignment:22:6::Using variable 'err_b' before assignment | ||
used-before-assignment:24:13::Using variable 'err_d' before assignment |