Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02eb447

Browse files
authored
Update InsufficientControlFlowManagementWhenUsingBitOperations.expected
1 parent a6b486a commit 02eb447

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| test.c:8:6:8:51 | ... & ... | this bit expression needs your attention |
2-
| test.c:10:6:10:30 | ... & ... | this bit expression needs your attention |
1+
| test.c:8:6:8:51 | ... & ... | This bitwise operation appears in a context where a Boolean operation is expected. |
2+
| test.c:10:6:10:30 | ... & ... | This bitwise operation appears in a context where a Boolean operation is expected. |

0 commit comments

Comments
 (0)