mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
examples/client/client.c: remove frivolous break
to avoid need for PRAGMA_CLANG("clang diagnostic ignored \"-Wunreachable-code-break\"").
This commit is contained in:
@@ -2707,10 +2707,6 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
err_sys("Bad SSL version");
|
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)
|
if (method == NULL)
|
||||||
|
Reference in New Issue
Block a user