[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Single Character Compile nit on Win32

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-06-06 05:47:45 CEST

"Jay Freeman \(saurik\)" <saurik@saurik.com> writes:
> * subversion/libsvn_client/externals.c (handle_external_item_change): VC++ 6
> does not allow a switch with no statements

Thanks, applied.

-K

> Index: ./subversion/libsvn_client/externals.c
> ===================================================================
> --- ./subversion/libsvn_client/externals.c
> +++ ./subversion/libsvn_client/externals.c Thu Jun 6 18:48:25 2002
> @@ -230,6 +230,7 @@
> case svn_hash_diff_key_a:
> case svn_hash_diff_key_b:
> default:
> + ;
> /* ### in progress */
> }
>
> Sincerely,
> Jay Freeman (saurik)
> saurik@saurik.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 6 05:52:15 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.