From: brarcher Date: Sat, 25 Jan 2014 18:18:23 +0000 (+0000) Subject: marking second arg in tap_lfun as unused X-Git-Tag: 0.10.0~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae69bd970cb5e61b537ea9625d53f9ba4850a2c8;p=check 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 --- 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;