]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix 2x -Wunused-function in tests/
authorTim Rühsen <tim.ruehsen@gmx.de>
Thu, 19 Dec 2019 11:33:34 +0000 (12:33 +0100)
committerTim Rühsen <tim.ruehsen@gmx.de>
Fri, 3 Jan 2020 10:34:37 +0000 (11:34 +0100)
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
tests/ssl30-cipher-neg.c
tests/ssl30-server-kx-neg.c

index a438f4b7ea82006fd6aa4e136435810ae078b3e2..745be43e0ce7f15006db869c54235c723f0b9e88 100644 (file)
@@ -118,6 +118,8 @@ test_case_st tests[] = {
 
 void doit(void)
 {
+       (void) try;
+
 #ifdef ENABLE_SSL3
        unsigned i;
        global_init();
index cdfc1e466c35c63e6e9ed80c1824772268c30637..357cf941baeb517edfc71a0f52a064a832875cd1 100644 (file)
@@ -156,6 +156,8 @@ test_case_st tests[] = {
 
 void doit(void)
 {
+       (void) try;
+
 #ifdef ENABLE_SSL3
        unsigned i;
        global_init();