You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/07/25 14:11:16 UTC

svn commit: r559416 - /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp

Author: robbinspg
Date: Wed Jul 25 05:11:15 2007
New Revision: 559416

URL: http://svn.apache.org/viewvc?view=rev&rev=559416
Log:
TUSCANY-1425 - fix warning as per Caroline's patch

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp?view=diff&rev=559416&r1=559415&r2=559416
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp Wed Jul 25 05:11:15 2007
@@ -2328,7 +2328,6 @@
 
     unsigned int TypeImpl::convertToBytes(const SDOValue& sdoValue, char* outptr, unsigned int max) const
     {
-    unsigned int i;
     switch (typeEnum) 
         {
         case BytesType:



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org