fix -Wextra in Sandbox

This commit is contained in:
wmayer
2016-09-23 21:58:43 +02:00
parent a587be999c
commit 75cba4d987
6 changed files with 51 additions and 48 deletions

View File

@@ -151,7 +151,7 @@ SoWidgetShape::SoWidgetShape()
SO_NODE_CONSTRUCTOR(SoWidgetShape);
}
void SoWidgetShape::GLRender(SoGLRenderAction *action)
void SoWidgetShape::GLRender(SoGLRenderAction * /*action*/)
{
#if 1
this->image = QPixmap::grabWidget(w, w->rect()).toImage();