mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-08 19:04:06 +01:00
9141368eca
The Binding specializations call it virtual functions numOfRowsHandled() and reset() from their constructors. This is fine assuming virtual function dispatch to a further derived class was not intended. In this case the assumption is solid, however this triggers the Clang diagnostic clang-analyzer-optin.cplusplus.VirtualCall Adding the final specifyer to these specializations gives Clang enough of a hint to silence |
||
---|---|---|
.. | ||
Poco/Data |