[all-commits] [llvm/llvm-project] 467f96: [compiler-rt] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Jul 18 18:23:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 467f96951c44fc7851e296ad76228503a49d7675
https://github.com/llvm/llvm-project/commit/467f96951c44fc7851e296ad76228503a49d7675
Author: Kazu Hirata <kazu at google.com>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp
Log Message:
-----------
[compiler-rt] Fix a warning
This patch fixes:
compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp:126:72:
error: format specifies type 'void *' but the argument has type
'uptr *' (aka 'unsigned long *') [-Werror,-Wformat-pedantic]
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