You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2002/06/06 03:47:45 UTC

Re: [PATCH] Single Character Compile nit on Win32

"Jay Freeman \(saurik\)" <sa...@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