mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-23 05:44:31 +02:00

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