Jie Fu
42ecceb76b
[lldb] Fix -Wformat in DWARFDebugAranges.cpp (NFC)
/data/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp:79:66: error: format specifies type 'unsigned int' but the argument has type 'lldb_private::RangeData<unsigned long, unsigned int, unsigned long>::DataType' (aka 'unsigned long') [-Werror,-Wformat]
LLDB_LOGF(log, "0x%8.8x: [0x%" PRIx64 " - 0x%" PRIx64 ")", entry->data,
~~~~~ ^~~~~~~~~~~
%8.8lx
/data/llvm-project/lldb/include/lldb/Utility/Log.h:348:27: note: expanded from macro 'LLDB_LOGF'
log_private->Printf(__VA_ARGS__); \
^~~~~~~~~~~
1 error generated.
2023-02-23 07:28:38 +08:00
..
2023-02-07 12:39:46 +00:00
2022-02-03 14:47:01 +01:00
2023-02-03 17:34:01 +00:00
2023-02-07 12:39:46 +00:00
2023-02-17 09:43:09 +08:00
2023-02-15 14:44:17 +02:00
2022-12-19 13:52:10 +05:00
2022-11-27 11:45:26 +01:00
2023-02-08 10:22:50 -08:00
2023-02-17 03:53:04 +09:00
2022-12-19 13:52:10 +05:00
2023-01-07 14:18:35 -08:00
2023-02-22 13:22:15 -08:00
2022-02-03 14:47:01 +01:00
2023-02-13 15:16:41 -08:00
2023-02-20 10:38:18 -08:00
2022-03-31 13:21:49 -07:00
2023-02-15 15:25:59 -08:00
2023-01-10 11:47:43 +01:00
2023-02-23 07:28:38 +08:00
2023-01-07 14:18:35 -08:00
2023-01-09 15:04:53 -08:00
2023-01-14 14:06:18 -08:00
2023-02-01 15:51:24 +00:00
2023-02-19 10:54:10 +01:00
2023-01-04 22:05:40 -08:00
2023-01-22 20:05:51 +01:00