I get this compile failure in subversion/libsvn_wc:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../include -I../../apr/include
-I../../expat-lite -g -Wmissing-prototypes -Wstrict-prototypes
-Wmissing-declarations -Wpointer-arith -DSVN_DEBUG -g -Wall
-Wp,-MD,.deps/get_editor.pp -c get_editor.c -o get_editor.o
get_editor.c: In function `add_directory':
get_editor.c:199: warning: passing arg 4 of `svn_wc__ensure_prepare_wc'
from incompatible pointer type
get_editor.c:199: too many arguments to function
`svn_wc__ensure_prepare_wc'
get_editor.c:218: warning: passing arg 4 of `svn_wc__ensure_prepare_wc'
from incompatible pointer type
get_editor.c:218: too many arguments to function
`svn_wc__ensure_prepare_wc'
get_editor.c: In function `add_file':
get_editor.c:332: warning: passing arg 4 of `svn_wc__ensure_prepare_wc'
from incompatible pointer type
get_editor.c:332: too many arguments to function
`svn_wc__ensure_prepare_wc'
Received on Sat Oct 21 14:36:08 2006