[[[
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.
Received on 2011-04-23 18:17:36 CEST