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

[PATCH] Single Character Compile nit on Win32

From: Jay Freeman \(saurik\) <saurik_at_saurik.com>
Date: 2002-06-07 01:56:31 CEST

* subversion/libsvn_client/externals.c (handle_external_item_change): VC++ 6
does not allow a switch with no statements

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
Received on Thu Jun 6 01:59:17 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.