[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Compiler warnings in HEAD (wc/diff.c)

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 23 Apr 2011 19:16:40 +0300

[[[
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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.