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

Re: svn commit: rev 4614 - in trunk: subversion/include subversion/libsvn_wc subversion/clients/cmdline subversion/libsvn_auth tools/examples/auth_provider

From: <rooneg_at_electricjellyfish.net>
Date: 2003-01-28 01:36:41 CET

On Monday, January 27, 2003, at 03:19 PM, sussman@tigris.org wrote:

 Author: sussman
 Date: 2003-01-27 14:19:03 -0600 (Mon, 27 Jan 2003)
 New Revision: 4614

 Modified:
    trunk/subversion/clients/cmdline/cl.h
    trunk/subversion/clients/cmdline/prompt.c
    trunk/subversion/clients/cmdline/util.c
    trunk/subversion/include/svn_auth.h
    trunk/subversion/libsvn_auth/simple_prompt_provider.c
    trunk/subversion/libsvn_wc/simple_wc_provider.c
    trunk/tools/examples/auth_provider/auth_example2.c
 Log:

 Continue issue #724 (libsvn_auth). Various small fixups from gstein's
 code review.

 * svn_auth.h (svn_auth_prompt_t): fix borken prototype -- return a
   (const char *) instead of a (char *).

this change seems to be causing warnings in libsvn_client/auth.c,
although i'm not quite sure why...

/bin/sh /Users/rooneg/Hacking/svn/libtool --silent --mode=compile gcc
-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2
-DNEON_ZLIB -DNEON_SSL -Werror -I./subversion/include -I.
-I/opt/local/include -I/opt/local/include/neon -I/opt/local/include/db4
  -I/Users/rooneg/Hacking/svn/apr/include
-I/Users/rooneg/Hacking/svn/apr-util/include -I/opt/local/include/db4
-o subversion/libsvn_client/auth.lo -c subversion/libsvn_client/auth.c
cc1: warnings being treated as errors
subversion/libsvn_client/auth.c: In function `get_username':
subversion/libsvn_client/auth.c:123: warning: passing arg 1 of pointer
to function from incompatible pointer type
subversion/libsvn_client/auth.c: In function `get_password':
subversion/libsvn_client/auth.c:214: warning: passing arg 1 of pointer
to function from incompatible pointer type
subversion/libsvn_client/auth.c:247: warning: passing arg 1 of pointer
to function from incompatible pointer type
make: *** [subversion/libsvn_client/auth.lo] Error 1
[rooneg@CommandLine:~/Hacking/svn ]

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:20:39 2006

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.