build: Treat warnings as errors (#923)

* squash and rebase andronov-alexey:treat_warnings_as_errors from pull request #850
* fix remaining warnings in java lib
This commit is contained in:
Malte Langkabel
2020-02-14 16:34:04 +01:00
committed by GitHub
parent e5c1a118d7
commit a30f47e27f
112 changed files with 634 additions and 430 deletions
@@ -628,7 +628,7 @@ void UndoRedoController::updateHistory()
const size_t historyListSize = 50;
std::vector<SearchMatch> historyListMatches;
size_t index = 0;
int index = 0;
int currentIndex = -1;
m_historyOffset = 0;