From 98b759119c81c5b39f34f8a9a7b6a57e91ad6470 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 10 May 2017 10:58:31 +0900 Subject: [PATCH] g10: Stop compiler warning for t-stutter. * g10/t-stutter.c (do_test): Refer current_test_group_failed. -- Since this test does not follow the framework of TEST/TEST_P/ABORT, the variable is not used. Signed-off-by: NIIBE Yutaka --- g10/t-stutter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/g10/t-stutter.c b/g10/t-stutter.c index 8fe242d53..503a92004 100644 --- a/g10/t-stutter.c +++ b/g10/t-stutter.c @@ -381,6 +381,7 @@ do_test (int argc, char *argv[]) byte *raw_data; int raw_data_len; + (void)current_test_group_failed; for (i = 1; i < argc; i ++) { if (strcmp (argv[i], "--debug") == 0)