mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 17:02:38 +01:00
Suppress Coverity deadcode warning in test_ocsp_tls_cert_cb
This commit is contained in:
@@ -1007,6 +1007,7 @@ int test_ocsp_tls_cert_cb(void)
|
||||
}
|
||||
}
|
||||
else {
|
||||
/* coverity[deadcode] - skip is only set for some build configs */
|
||||
printf("\tskipping test case\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user