[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 4034 - trunk/subversion/libsvn_subr

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-12-07 18:46:02 CET

On Fri, 2002-12-06 at 14:08, kfogel@tigris.org wrote:
> Author: kfogel
> Date: 2002-12-06 13:08:54 -0600 (Fri, 06 Dec 2002)
> New Revision: 4034
>
> Modified:
> trunk/subversion/libsvn_subr/config.c
> Log:
> * subversion/libsvn_subr/config.c
> (svn_config_find_group): Remove unused variable `exception_list'.

I wish I could set my working dir to build Subversion with -Werror, so
that I notice these little things. Unfortunately, mod_dav_svn doesn't
build cleanly because we build with -Wstrict-prototypes and
http_config.h uses a non-protype declaration of the cmd_func type.
(Which is not easily corrected, because cmd_func is used polymorphically
without casting, and not just by Apache.)

Has anyone come up with a clever workaround?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 7 18:46:48 2002

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.