Skip to content

Commit 32e24e8

Browse files
committed
Suppress Coverity deadcode warning in test_ocsp_tls_cert_cb
1 parent a9ad518 commit 32e24e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/api/test_ocsp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ int test_ocsp_tls_cert_cb(void)
10071007
}
10081008
}
10091009
else {
1010+
/* coverity[deadcode] - skip is only set for some build configs */
10101011
printf("\tskipping test case\n");
10111012
}
10121013

0 commit comments

Comments
 (0)