File tree 1 file changed +4
-4
lines changed
Filter options
c/misra/test/rules/RULE-10-1
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 119
119
| test.c:360:3:360:3 | c | Operand of essentially Charater type interpreted as a numeric value. |
120
120
| test.c:361:3:361:4 | e1 | Bitwise operator applied to operand of essentially Enum Type and not essentially unsigned. |
121
121
| test.c:362:3:362:3 | s | Bitwise operator applied to operand of essentially Signed type and not essentially unsigned. |
122
- | test.c:367:7 :367:7 | b | Operand of essentially Boolean type interpreted as a numeric value. |
123
- | test.c:368:7 :368:7 | c | Operand of essentially Charater type interpreted as a numeric value. |
124
- | test.c:369:7 :369:8 | e1 | Bitwise operator applied to operand of essentially Enum Type and not essentially unsigned. |
125
- | test.c:370:7 :370:7 | s | Bitwise operator applied to operand of essentially Signed type and not essentially unsigned. |
122
+ | test.c:367:6 :367:6 | b | Operand of essentially Boolean type interpreted as a numeric value. |
123
+ | test.c:368:6 :368:6 | c | Operand of essentially Charater type interpreted as a numeric value. |
124
+ | test.c:369:6 :369:7 | e1 | Bitwise operator applied to operand of essentially Enum Type and not essentially unsigned. |
125
+ | test.c:370:6 :370:6 | s | Bitwise operator applied to operand of essentially Signed type and not essentially unsigned. |
126
126
| test.c:375:7:375:7 | b | Operand of essentially Boolean type interpreted as a numeric value. |
127
127
| test.c:376:7:376:7 | c | Operand of essentially Charater type interpreted as a numeric value. |
128
128
| test.c:377:7:377:8 | e1 | Bitwise operator applied to operand of essentially Enum Type and not essentially unsigned. |
You can’t perform that action at this time.
0 commit comments