You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cm...@collab.net on 2002/05/14 23:45:07 UTC

Re: svn commit: rev 1959 - trunk/subversion/libsvn_fs

gstein@tigris.org writes:

> Author: gstein
> Date: 2002-05-14 21:59 GMT
> New Revision: 1959
> 
> Modified:
>    trunk/subversion/libsvn_fs/dag.c
>    trunk/subversion/libsvn_fs/dag.h
>    trunk/subversion/libsvn_fs/fs.h
>    trunk/subversion/libsvn_fs/node-rev.c
>    trunk/subversion/libsvn_fs/node-rev.h
>    trunk/subversion/libsvn_fs/rev-table.c
>    trunk/subversion/libsvn_fs/rev-table.h
>    trunk/subversion/libsvn_fs/tree.c
>    trunk/subversion/libsvn_fs/txn-table.c
>    trunk/subversion/libsvn_fs/txn-table.h
>    trunk/subversion/libsvn_fs/txn.c
> Log:
> Constify some of the svn_fs_id_t variables and remove some casts.

I get a warning when I apply this patch to the branch (and given the
location, I'm inclined to believe the same would happen in /trunk):

   subversion/libsvn_fs/dag.c: In function `make_entry':
   subversion/libsvn_fs/dag.c:555: warning: passing arg 1 of
      `dir_entry_id_from_node' from incompatible pointer type

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 1959 - trunk/subversion/libsvn_fs

Posted by Greg Stein <gs...@lyra.org>.
On Tue, May 14, 2002 at 06:45:07PM -0500, cmpilato@collab.net wrote:
>...
> I get a warning when I apply this patch to the branch (and given the
> location, I'm inclined to believe the same would happen in /trunk):
> 
>    subversion/libsvn_fs/dag.c: In function `make_entry':
>    subversion/libsvn_fs/dag.c:555: warning: passing arg 1 of
>       `dir_entry_id_from_node' from incompatible pointer type

Bleck. You're right. I was compiling with -Werror to make sure that I didn't
miss any warnings in the scroll... guess I forgot the switch once.

Fix in a second...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org