Daniel L. Rall wrote:
> On Fri, 05 Oct 2007, Bhuvaneswaran Arumugam wrote:
>
>> Hello,
>>
>> This fix is similar to r26940. In few of FSFS functions, do not pass
>> txn_id parameter when it is not used.
>>
>> [[
>> In FSFS libraries, for few functions, do not pass txn_id parameter when
>> it is not used.
>>
>> * subversion/libsvn_fs_fs/dag.h
>> (svn_fs_fs__dag_finalize_edits): Remove txn_id argument.
>> Update the comment to reflect this change.
>> * subversion/libsvn_fs_fs/dag.c
>> (svn_fs_fs__dag_finalize_edits): Remove txn_id argument.
>> * subversion/libsvn_fs_fs/tree.c
>> (update_ancestry): Remove txn_id argument.
>> (merge, text_stream_closer): Adjust the callers.
>>
>> Patch by: bhuvan
>> ]]
>
> Looks good, Bhuvan. +1 to commit.
How come I don't see warnings from gcc on these unused parameters? I guess it
doesn't it warn when a parameter is not used?
Blair
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 6 01:10:17 2007