fix -Wextra in FreeCADGui
This commit is contained in:
@@ -268,7 +268,7 @@ const char *AbstractSplitView::getName(void) const
|
||||
return "SplitView3DInventor";
|
||||
}
|
||||
|
||||
bool AbstractSplitView::onMsg(const char* pMsg, const char** ppReturn)
|
||||
bool AbstractSplitView::onMsg(const char* pMsg, const char**)
|
||||
{
|
||||
if (strcmp("ViewFit",pMsg) == 0 ) {
|
||||
for (std::vector<View3DInventorViewer*>::iterator it = _viewer.begin(); it != _viewer.end(); ++it)
|
||||
@@ -369,6 +369,7 @@ bool AbstractSplitView::onHasMsg(const char* pMsg) const
|
||||
|
||||
void AbstractSplitView::setOverrideCursor(const QCursor& aCursor)
|
||||
{
|
||||
Q_UNUSED(aCursor);
|
||||
//_viewer->getWidget()->setCursor(aCursor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user