examples/client/client.c: remove frivolous break to avoid need for PRAGMA_CLANG("clang diagnostic ignored \"-Wunreachable-code-break\"").

This commit is contained in:
Daniel Pouzzner
2021-10-18 16:02:34 -05:00
parent a5006d580c
commit 76332069ea

View File

@ -2707,10 +2707,6 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
default:
err_sys("Bad SSL version");
PRAGMA_CLANG_DIAG_PUSH
PRAGMA_CLANG("clang diagnostic ignored \"-Wunreachable-code-break\"")
break;
PRAGMA_CLANG_DIAG_POP
}
if (method == NULL)