[lldb/Editline] Fix a -Wreturn-type warning with gcc

This commit is contained in:
Pavel Labath 2019-12-04 10:44:12 +01:00
parent 532290e69f
commit 817d6184e7
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ static int GetOperation(HistoryOperation op) {
case HistoryOperation::Newest:
return H_LAST;
}
llvm_unreachable("Fully covered switch!");
}