aboutsummaryrefslogtreecommitdiffstats
path: root/g10/t-stutter.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-05-10 01:58:31 +0000
committerNIIBE Yutaka <[email protected]>2017-05-10 02:13:03 +0000
commit98b759119c81c5b39f34f8a9a7b6a57e91ad6470 (patch)
treee13ec33a4167764cdd6fe69ada98f05fb54471c8 /g10/t-stutter.c
parentgpg: Properly account for ring trust packets. (diff)
downloadgnupg-98b759119c81c5b39f34f8a9a7b6a57e91ad6470.tar.gz
gnupg-98b759119c81c5b39f34f8a9a7b6a57e91ad6470.zip
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 <[email protected]>
Diffstat (limited to 'g10/t-stutter.c')
-rw-r--r--g10/t-stutter.c1
1 files changed, 1 insertions, 0 deletions
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)