[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: <sussman_at_collab.net>
Date: 2003-01-28 02:51:35 CET

Garrett Rooney rooneg@electricjellyfish.net writes:

 /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

What the heck? I wonder why I didn't see these warnings...

I changed the prompt_callback prototype to return a const char *,
instead of a char *. So it should be super simple to fix those
warnings...

---------------------------------------------------------------------
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:42 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.