Skip to content
Commit f21912ba authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

ksmserver: do some trivial modernization on server code

- use explicit for single arg constructors
- wrap single line blocks in {}
- use auto where possible
- initialize variables when declaring them
- declare variables when needed rather than ahead of time
- std::ignore instead of void casting
- throw away defunct KSMSERVER_STARTUP_DEBUG1
- use c++ c includes instead of their deprecated c variants
- remove solaris compat, it is no longer supported
- prefer using over typedef
- sort includes better
parent 00db8f90
Pipeline #525074 passed with stage
in 15 minutes and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment