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