You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2011/04/23 18:16:40 UTC

Compiler warnings in HEAD (wc/diff.c)

[[[
subversion/libsvn_wc/diff.c: In function ‘open_file’:
subversion/libsvn_wc/diff.c:1480: warning: passing argument 11 of ‘svn_wc__db_base_get_info’ from incompatible pointer type
subversion/libsvn_wc/wc_db.h:749: note: expected ‘const struct svn_checksum_t **’ but argument is of type ‘struct svn_checksum_t **’
subversion/libsvn_wc/diff.c: In function ‘close_file’:
subversion/libsvn_wc/diff.c:1618: warning: passing argument 1 of ‘svn_wc__db_pristine_get_md5’ from incompatible pointer type
subversion/libsvn_wc/wc_db.h:971: note: expected ‘const struct svn_checksum_t **’ but argument is of type ‘struct svn_checksum_t **’
]]]

Sorry for not fixing them myself, but I have to go shortly and I don't
have time to review all file_baton uses before that.