[all-commits] [llvm/llvm-project] c9680b: [compiler-rt] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Jul 11 23:31:19 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9680bcdc537eeaf09b886107804460905188cd9
https://github.com/llvm/llvm-project/commit/c9680bcdc537eeaf09b886107804460905188cd9
Author: Kazu Hirata <kazu at google.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_report.cpp
Log Message:
-----------
[compiler-rt] Fix a warning
This patch fixes:
compiler-rt/lib/hwasan/hwasan_report.cpp:331:57: error: format
specifies type 'void *' but the argument has type 'const uptr *'
(aka 'const 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