Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit be8b185

Browse files
committed
Fix fallthrough warning
1 parent 504b5ca commit be8b185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

it87.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,6 +1502,7 @@ static int get_temp_type(struct it87_data *data, int index)
15021502
case it8625:
15031503
if (index < 3)
15041504
break;
1505+
/* fallthrough */
15051506
case it8655:
15061507
case it8665:
15071508
if (src1 < 3) {

0 commit comments

Comments
 (0)