Re: small issue with svn_client_statusx
From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-04-22 05:26:59 CEST
On Thu, 2005-04-21 at 17:12 -0300, Nicolás Lichtmaier wrote:
casting non-const to const is not a warning (adding qualifiers is okay)
char * a;
you can't do
const char *a;
---------------------------------------------------------------------
|
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.