OSDN Git Service

Plugins/src_VCPP/IngoreFieldsTab/typeinfoex.h: Fix a compiler warning
authorsdottaka <sdottaka@sourceforge.net>
Mon, 3 Nov 2014 07:00:47 +0000 (16:00 +0900)
committersdottaka <sdottaka@sourceforge.net>
Mon, 3 Nov 2014 07:00:47 +0000 (16:00 +0900)
--HG--
branch : stable

Plugins/src_VCPP/IgnoreFieldsTab/typeinfoex.h

index 35e617f..a045bb8 100644 (file)
@@ -90,7 +90,7 @@ public:
                        {
                                int n = ocslen(rgszNames[i]);
                                int j;
-                               for (int j=m_nCount-1; j>=0; j--)
+                               for (j=m_nCount-1; j>=0; j--)
                                {
                                        if ((n == m_pMap[j].nLen) &&
                                                (memcmp(m_pMap[j].bstr, rgszNames[i], m_pMap[j].nLen * sizeof(OLECHAR)) == 0))