Resolved most warning messages when compiled with -Wextra or -Weverything. Related to #44 and #45

This commit is contained in:
eidheim 2016-05-02 13:12:57 +02:00
commit 79dca558d2
7 changed files with 33 additions and 29 deletions

View file

@ -28,7 +28,7 @@ namespace SimpleWeb {
asio_context.load_verify_file(verify_file);
socket=std::make_shared<HTTPS>(asio_io_service, asio_context);
};
}
private:
boost::asio::ssl::context asio_context;
@ -49,4 +49,4 @@ namespace SimpleWeb {
};
}
#endif /* CLIENT_HTTPS_HPP */
#endif /* CLIENT_HTTPS_HPP */