On Sat, Oct 10, 2009 at 10:04:57AM +0200, Ruediger Pluem wrote:
> On 10/09/2009 11:41 PM, minf...@apache.org wrote:
> > ==============================================================================
> > --- httpd/httpd/trunk/modules/dav/fs/repos.c (original)
> > +++ httpd/httpd/trunk/modules/dav/fs/repos.c Fri Oct  9 21:41:31 2009
> 
> > @@ -1816,6 +1823,9 @@
> >      dav_fs_remove_resource,
> >      dav_fs_walk,
> >      dav_fs_getetag,
> > +    dav_fs_get_request_rec,
> > +    dav_fs_pathname,
> > +    NULL
> 
> 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’

Reply via email to