Skip to content
Snippets Groups Projects
Commit b9c4a819 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Fix travis errors

parent a605e448
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")
-Werror \
-pipe \
-pedantic \
-ferror-limit=3 \
-Wunreachable-code")
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
......
......@@ -927,7 +927,7 @@ MatrixClient::readEvent(const QString &room_id, const QString &event_id)
auto reply = post(request, "{}");
connect(reply, &QNetworkReply::finished, this, [this, reply]() {
connect(reply, &QNetworkReply::finished, this, [reply]() {
reply->deleteLater();
int status = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment