Update InsufficientControlFlowManagementWhenUsingBitOperations.expected

This commit is contained in:
ihsinme
2021-04-08 22:04:08 +03:00
committed by GitHub
parent a6b486a448
commit 02eb447a35

View File

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