From 43eb0899db27867dd4b71dfd14c0c8e4e083b280 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 16 Oct 2016 15:47:53 +0200 Subject: [PATCH] fix -Wunused-paremeter --- src/Mod/PartDesign/Gui/ReferenceSelection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/ReferenceSelection.cpp b/src/Mod/PartDesign/Gui/ReferenceSelection.cpp index 6bf0caa68..71ad24642 100644 --- a/src/Mod/PartDesign/Gui/ReferenceSelection.cpp +++ b/src/Mod/PartDesign/Gui/ReferenceSelection.cpp @@ -173,7 +173,7 @@ bool ReferenceSelection::allow(App::Document* pDoc, App::DocumentObject* pObj, c return false; } -bool NoDependentsSelection::allow(App::Document* pDoc, App::DocumentObject* pObj, const char* sSubName) +bool NoDependentsSelection::allow(App::Document* /*pDoc*/, App::DocumentObject* pObj, const char* /*sSubName*/) { if (support && support->testIfLinkDAGCompatible(pObj)) { return true;