Skip to content

Commit

Permalink
Add 'default:' (should be unreachable) for switch case.
Browse files Browse the repository at this point in the history
This is getting rejected by CI.
  • Loading branch information
silentbicycle committed Oct 10, 2024
1 parent e3e868f commit 07e1a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libfsm/determinise.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ fsm_determinise(struct fsm *nfa)
/* unreachable */
return 0;
case FSM_DETERMINISE_WITH_CONFIG_ERRNO:
default:
return 0;
}
}
Expand Down

0 comments on commit 07e1a0c

Please sign in to comment.