Merge pull request #1561

d561f4ad enable clang checks that were disabled (Chris Vickio)
0aefb2f6 remove std::move from return statements (pessimizing-move warning) (Chris Vickio)
629d5b76 change counter from bool to int (deprecated-increment-bool warning) (Chris Vickio)
fb76d439 add extra braces around subobjects (missing-braces warning) (Chris Vickio)
3b6d5f25 make struct/class declarations consistent (mismatched-tags warning) (Chris Vickio)
fcf66925 remove unused fields from network_throttle (unused-private-field warning) (Chris Vickio)
296f8c16 inline unused function (for unused-function warning) (Chris Vickio)
This commit is contained in:
Riccardo Spagni 2017-01-15 19:01:08 -05:00
commit ec323d8c3f
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
9 changed files with 71 additions and 77 deletions

View file

@ -31,7 +31,7 @@
namespace daemonize {
class t_internals;
struct t_internals;
class t_daemon final {
public: