Fix a -Wsign-compare error around wchar_t vs unsigned int.
authorEric Christopher <echristo@gmail.com>
Tue, 10 Dec 2019 19:17:40 +0000 (11:17 -0800)
committerEric Christopher <echristo@gmail.com>
Tue, 10 Dec 2019 19:18:57 +0000 (11:18 -0800)
commit53acf0663f80e1be99bae28769c6b658fff0e097
treee9cc8343ac5a938a1106820f987bafe23302b738
parent59998b7b7f12c867062a4b61579511ad6c0ca144
Fix a -Wsign-compare error around wchar_t vs unsigned int.
lldb/source/Host/common/Editline.cpp