[all-commits] [llvm/llvm-project] 50313a: [lldb] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Jun 10 11:27:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50313a5f556b9967e7d8eb53ee45f79f0fc5b2b8
https://github.com/llvm/llvm-project/commit/50313a5f556b9967e7d8eb53ee45f79f0fc5b2b8
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M lldb/unittests/ABI/AArch64/ABIAArch64Test.cpp
Log Message:
-----------
[lldb] Fix warnings
This patch fixes:
lldb/unittests/ABI/AArch64/ABIAArch64Test.cpp:53:67: error: missing
field 'value_regs' initializer
[-Werror,-Wmissing-field-initializers]
third-party/unittest/googletest/include/gtest/gtest.h:1379:11:
error: comparison of integers of different signs: 'const unsigned
long' and 'const int' [-Werror,-Wsign-compare]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list