MSVC warning.
--HG-- branch : develop
This commit is contained in:
parent
1d909ee4ac
commit
fed0705cc5
|
@ -346,7 +346,7 @@ QVector<QPointF> VAbstractDetail::CheckLoops(const QVector<QPointF> &points)
|
||||||
|
|
||||||
QVector<QPointF> ekvPoints;
|
QVector<QPointF> ekvPoints;
|
||||||
|
|
||||||
qint32 i, j, jNext;
|
qint32 i, j, jNext = 0;
|
||||||
for (i = 0; i < count; ++i)
|
for (i = 0; i < count; ++i)
|
||||||
{
|
{
|
||||||
/*Last three points no need check.*/
|
/*Last three points no need check.*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user