mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
Fix warnings in headers because application/user settings control what warnings are seen when compiling against poco
This commit is contained in:
@@ -207,7 +207,7 @@ public:
|
||||
return *_object.get();
|
||||
}
|
||||
|
||||
bool isAutoDelete(B* pObject) const
|
||||
bool isAutoDelete(B* /*pObject*/) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user