fix -Wextra in FreeCADGui

This commit is contained in:
wmayer
2016-09-21 20:54:52 +02:00
parent f50e5a552b
commit 1e6dcabefc
106 changed files with 882 additions and 496 deletions

View File

@@ -58,7 +58,7 @@ void SoFCBackgroundGradient::initClass(void)
SO_NODE_INIT_CLASS(SoFCBackgroundGradient,SoNode,"Node");
}
void SoFCBackgroundGradient::GLRender (SoGLRenderAction *action)
void SoFCBackgroundGradient::GLRender (SoGLRenderAction * /*action*/)
{
glMatrixMode(GL_PROJECTION);
glPushMatrix();