Skip to content

Commit

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

// case 3 :
default:
Expand Down

0 comments on commit cf3f12b

Please sign in to comment.