Fix all warnings that we care about

This commit is contained in:
Rasmus Karlsson
2017-05-27 16:16:39 +02:00
parent 896cf7a03b
commit c4de5c806a
17 changed files with 95 additions and 104 deletions
+3 -3
View File
@@ -17,7 +17,6 @@ namespace messages {
MessageRef::MessageRef(SharedMessage message)
: _message(message)
, _wordParts()
, buffer()
{
}
@@ -316,5 +315,6 @@ int MessageRef::getSelectionIndex(QPoint position)
return index;
}
}
}
} // namespace messages
} // namespace chatterino