follow_stream_dialog(qt): Fix Wunreachable-code

follow_stream_dialog.cpp:591:29: warning: code will never be executed [-Wunreachable-code]
This commit is contained in:
Alexis La Goutte 2022-01-17 10:49:55 +00:00 committed by A Wireshark GitLab Utility
parent 13c42f5f83
commit 0f86319543
1 changed files with 1 additions and 1 deletions

View File

@ -587,8 +587,8 @@ FollowStreamDialog::readStream()
break;
default :
ws_assert_not_reached();
ret = (frs_return_t)0;
ws_assert_not_reached();
break;
}