mirror of https://gitee.com/bigwinds/arangodb
fixed compile warning
This commit is contained in:
parent
bf4d5acce4
commit
852a6d7829
|
@ -2242,7 +2242,7 @@ int InputBuffer::incrementalHistorySearch(PromptBase& pi, int startChar) {
|
||||||
historyLinePosition); // draw user's text with our prompt
|
historyLinePosition); // draw user's text with our prompt
|
||||||
|
|
||||||
// loop until we get an exit character
|
// loop until we get an exit character
|
||||||
int c;
|
int c = 0;
|
||||||
bool keepLooping = true;
|
bool keepLooping = true;
|
||||||
bool useSearchedLine = true;
|
bool useSearchedLine = true;
|
||||||
bool searchAgain = false;
|
bool searchAgain = false;
|
||||||
|
|
Loading…
Reference in New Issue