From: Nicholas Nethercote Date: Fri, 24 Jul 2009 07:54:51 +0000 (+0000) Subject: Fix a compile warning. X-Git-Tag: svn/VALGRIND_3_5_0~266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05c08fc86c2a1d2046b7aca0b52bbf72191bc2f4;p=thirdparty%2Fvalgrind.git Fix a compile warning. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10582 --- diff --git a/drd/drd_error.c b/drd/drd_error.c index effa0aae60..b15eafc39d 100644 --- a/drd/drd_error.c +++ b/drd/drd_error.c @@ -424,7 +424,7 @@ static Bool drd_tool_error_recog(Char* const name, Supp* const supp) } static -Bool drd_tool_error_read_extra(Int fd, Char* buf, Int nBuf, Supp* supp) +Bool drd_tool_error_read_extra(Int fd, Char** bufpp, SizeT* nBufp, Supp* supp) { return True; }