diff --git a/src/lib/gl_engine/tvgGlGeometry.cpp b/src/lib/gl_engine/tvgGlGeometry.cpp index 5728b566..2202c3fc 100644 --- a/src/lib/gl_engine/tvgGlGeometry.cpp +++ b/src/lib/gl_engine/tvgGlGeometry.cpp @@ -40,6 +40,7 @@ bool GlGeometry::decomposeOutline(const Shape &shape) case PathCommand::MoveTo: mPrimitives.push_back(GlPrimitive()); curPrimitive = &mPrimitives.back(); + __attribute__ ((fallthrough)); case PathCommand::LineTo: { if (curPrimitive)