[all-commits] [llvm/llvm-project] 570e10: [lldb] Fix warning: comparison of integers of diff...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Aug 15 11:25:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 570e10cb9def153812f13ef1945f9ef388ab3e3e
https://github.com/llvm/llvm-project/commit/570e10cb9def153812f13ef1945f9ef388ab3e3e
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M lldb/source/Host/common/Editline.cpp
Log Message:
-----------
[lldb] Fix warning: comparison of integers of different signs
Fixes a warning about comparison of integers of different signs
'wchar_t' and 'int' in Editline.cpp:
return out != (int)WEOF;
~~~ ^ ~~~~~~~~~
More information about the All-commits
mailing list