[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-12-09 16:21:07 CET

Greg Hudson <ghudson@MIT.EDU> writes:
> 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?

I've just learned to live with that one warning -- it's the sole
expected hit in my C-x ` routine after every compilation :-).

Not ideal, but I think it's worth living with in order to notice other
errors.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 9 17:00:05 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.