fix -Wunused-paremeter

This commit is contained in:
wmayer 2016-10-16 15:47:53 +02:00
parent 2c5c0c2347
commit 43eb0899db

View File

@ -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;