diff --git a/contrib/clipper/clipper.cpp b/contrib/clipper/clipper.cpp index c0a8565bb..f7a74ed3a 100644 --- a/contrib/clipper/clipper.cpp +++ b/contrib/clipper/clipper.cpp @@ -1567,7 +1567,7 @@ bool Clipper::ExecuteInternal() m_SortedEdges = 0; succeeded = true; - cInt botY, topY; + cInt botY = 0, topY = 0; if (!PopScanbeam(botY)) return false; InsertLocalMinimaIntoAEL(botY); while (PopScanbeam(topY) || LocalMinimaPending())