Skip to content

Commit

Permalink
fix -Wunreachable-code-break warning (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckerr authored Jul 19, 2023
1 parent f4cbe01 commit 5e43ea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ std::u32string map(std::u32string_view input) {
break;
case 2:
return error; // disallowed
break;

// case 3 :
default:
Expand Down

0 comments on commit 5e43ea6

Please sign in to comment.