cleanup clang-y static analysis

Some performance improvements.  eg. pass by ref.

Some paranoia pre-initialization of variables
which will be initialized later by indirection.

And some misc. cleanup.
This commit is contained in:
Michael Davidsaver
2023-06-12 19:55:03 -07:00
parent 51bd6a3d6c
commit b95b57945b
16 changed files with 19 additions and 23 deletions
-1
View File
@@ -17,7 +17,6 @@ DEFINE_LOGGER(connsetup, "pvxs.tcp.setup");
// related to low level send/recv
DEFINE_LOGGER(connio, "pvxs.tcp.io");
DEFINE_LOGGER(serversetup, "pvxs.server.setup");
DEFINE_LOGGER(serversearch, "pvxs.server.search");
ServerChan::ServerChan(const std::shared_ptr<ServerConn> &conn,