cleanup and quiet warnings

This commit is contained in:
Michael Davidsaver
2019-07-14 20:35:11 -07:00
parent b06aa1831f
commit badf14c4fa
11 changed files with 11 additions and 14 deletions

View File

@@ -140,7 +140,7 @@ struct RPCer : public pvac::detail::CallbackStorage,
callEvent(G, status.isSuccess()? pvac::GetEvent::Success : pvac::GetEvent::Fail);
}
virtual void show(std::ostream &strm) const
virtual void show(std::ostream &strm) const OVERRIDE FINAL
{
strm << "Operation(RPC"
"\"" << name() <<"\""