Skip to content
Snippets Groups Projects
Commit be41c1c5 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Olivier SOLDANO
Browse files

tls_session: fix build warning


"override" keyword missing for a method in TlsSession class declaration.

Change-Id: Ie8e98da6bd9a20246464593460b058200ee1c08b
Reviewed-by: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
parent 61838868
Branches
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ public: ...@@ -114,7 +114,7 @@ public:
/// Request TLS thread to stop and quit. /// Request TLS thread to stop and quit.
/// \note IO operations return error after this call. /// \note IO operations return error after this call.
void shutdown(); void shutdown() override;
void setOnRecv(RecvCb&& cb) override { void setOnRecv(RecvCb&& cb) override {
(void)cb; (void)cb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment