diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-05-10 03:58:31 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-05-10 04:13:03 +0200 |
commit | 98b759119c81c5b39f34f8a9a7b6a57e91ad6470 (patch) | |
tree | e13ec33a4167764cdd6fe69ada98f05fb54471c8 /g10/t-stutter.c | |
parent | gpg: Properly account for ring trust packets. (diff) | |
download | gnupg2-98b759119c81c5b39f34f8a9a7b6a57e91ad6470.tar.xz gnupg2-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 <gniibe@fsij.org>
Diffstat (limited to '')
-rw-r--r-- | g10/t-stutter.c | 1 |
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) |