C:\projects\worker\PrusaSlicer_Win64\build\src\slic3r\GUI\Gizmos\GLGizmoSVG.cpp(990) : warning C4715: '`anonymous namespace'::create_stroke_warning': not all control paths return a value
This commit is contained in:
Filip Sykala - NTB T15p 2023-09-05 14:33:59 +02:00
parent e40b798ef6
commit 5d70528c13

View File

@ -984,8 +984,6 @@ std::string create_stroke_warning(const NSVGshape &shape) {
// default: break;
}
if (shape.opacity)
return warning;
}