From ae69bd970cb5e61b537ea9625d53f9ba4850a2c8 Mon Sep 17 00:00:00 2001 From: brarcher Date: Sat, 25 Jan 2014 18:18:23 +0000 Subject: [PATCH] marking second arg in tap_lfun as unused to remove a warning git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1069 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- src/check_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/check_log.c b/src/check_log.c index 35459c4..6726a14 100644 --- a/src/check_log.c +++ b/src/check_log.c @@ -310,7 +310,7 @@ void xml_lfun (SRunner *sr CK_ATTRIBUTE_UNUSED, FILE *file, enum print_output pr } -void tap_lfun (SRunner *sr, FILE *file, enum print_output printmode CK_ATTRIBUTE_UNUSED, +void tap_lfun (SRunner *sr CK_ATTRIBUTE_UNUSED, FILE *file, enum print_output printmode CK_ATTRIBUTE_UNUSED, void *obj, enum cl_event evt) { TestResult *tr; -- 2.50.1