fix -Wextra in Points

This commit is contained in:
wmayer
2016-09-21 21:10:41 +02:00
parent 1e6dcabefc
commit dec6897ec9
5 changed files with 17 additions and 6 deletions

View File

@@ -297,7 +297,7 @@ void ViewProviderPoints::unsetEdit(int)
{
}
void ViewProviderPoints::clipPointsCallback(void * ud, SoEventCallback * n)
void ViewProviderPoints::clipPointsCallback(void *, SoEventCallback * n)
{
// When this callback function is invoked we must in either case leave the edit mode
Gui::View3DInventorViewer* view = reinterpret_cast<Gui::View3DInventorViewer*>(n->getUserData());