diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-19 12:57:08 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-19 12:57:08 -0800 |
commit | 8dd77fa5ae2c20cce903501e9090c663bf97d144 (patch) | |
tree | 4f259fc6577e9980a15d3b5eb95bf44cda64396e /llvm/lib/Support/CommandLine.cpp | |
parent | 35b366ace73d0ede3cdeeb4d09150a9945750b7f (diff) | |
download | llvm-8dd77fa5ae2c20cce903501e9090c663bf97d144.zip llvm-8dd77fa5ae2c20cce903501e9090c663bf97d144.tar.gz llvm-8dd77fa5ae2c20cce903501e9090c663bf97d144.tar.bz2 |
[Support] Fix warnings
This patch fixes:
third-party/unittest/googletest/include/gtest/gtest.h:1379:11:
error: comparison of integers of different signs: 'const int' and
'const unsigned int' [-Werror,-Wsign-compare]
llvm/unittests/Support/CommandLineTest.cpp:2294:3: note: in
instantiation of function template specialization
'testing::internal::EqHelper::Compare<int, unsigned int, nullptr>'
requested here
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions