On Mon, Oct 12, 2009 at 04:17:00PM -0400, Brian J. France wrote: > On Oct 12, 2009, at 3:58 AM, Joe Orton wrote: >> On Sat, Oct 10, 2009 at 10:04:57AM +0200, Ruediger Pluem wrote: >>> This creates the following warning: >>> >>> repos.c:1827: warning: initialization from incompatible pointer type >> >> Plus the dav_fs_get_request_rec prototype needs to be moved up. >> >> /local/asf/httpd-trunk/modules/dav/fs/repos.c:214: warning: no >> previous >> prototype for ‘dav_fs_get_request_rec’ > > I don't know why that warning is happening. dav_fs_get_request_rec is > defined on line 214 and used in the struct on line 1827.
Sorry, my mistake, it's not a positioning problem - the function needs to be made static.