Fix some GCC 7 warnings:
* dynamic exception specifications are deprecated [-Wdeprecated] * this statement may fall through [-Wimplicit-fallthrough=]
This commit is contained in:
committed by
wmayer
parent
7812099f33
commit
dee8769d0e
@@ -624,6 +624,7 @@ int DrawingPlane::keyboardEvent(const SoKeyboardEvent * const)
|
||||
|
||||
void DrawingPlane::drawLineTo(const QPoint &endPoint)
|
||||
{
|
||||
Q_UNUSED(endPoint);
|
||||
return;
|
||||
#if !defined(HAVE_QT5_OPENGL)
|
||||
QPainter painter(fbo);
|
||||
|
||||
Reference in New Issue
Block a user