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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user