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

[patch] fix minor compiler warning in subversion/libsvn_subr/utf.c on win32

From: Hannes Eder <Hannes_at_home.hanneseder.net>
Date: 2007-11-26 23:43:23 CET

[[[
Fix compiler warnings on win32:

* subversion/libsvn_subr/utf.c
  (get_xlate_handle_node): fix warning C4133: 'function' :
incompatible types - from 'apr_xlate_t **' to 'win32_xlate_t **'
                           Add cast

* subversion\libsvn_subr\utf.c
  (convert_to_stringbuf ): fix warning C4133: 'function' :
incompatible types - from 'apr_xlate_t *' to 'win32_xlate_t *'
                           Add cast
]]]

-Hannes

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

Received on Mon Nov 26 23:43:38 2007

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.