Fix warnings in headers because application/user settings control what warnings are seen when compiling against poco

This commit is contained in:
Patrick White
2014-01-23 16:22:38 -05:00
parent a2a4cccbc8
commit 69f7cb9846
11 changed files with 18 additions and 18 deletions

View File

@@ -207,7 +207,7 @@ public:
return *_object.get();
}
bool isAutoDelete(B* pObject) const
bool isAutoDelete(B* /*pObject*/) const
{
return true;
}