Skip to content

Commit 02eb447

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
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)