diff options
author | bernhardu <bernhardu@mailbox.org> | 2024-12-06 09:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 09:51:57 +0100 |
commit | 055f1a77f664d73c38ddcbaa74b3131e04881c3d (patch) | |
tree | 136f055b93cf83e32018aced60844fe6fbe2e4f2 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 2d8e8dd2b83da113dd94f01c67fb8b3e3ce38cc9 (diff) | |
download | llvm-055f1a77f664d73c38ddcbaa74b3131e04881c3d.zip llvm-055f1a77f664d73c38ddcbaa74b3131e04881c3d.tar.gz llvm-055f1a77f664d73c38ddcbaa74b3131e04881c3d.tar.bz2 |
[win/asan] Avoid warnings in interception_win.cpp. (#118143)
warning: format specifies type 'void *' but the argument has type 'uptr'
(aka 'unsigned long long') [-Wformat] (observed at x86_64, in
AllocateTrampolineRegion)
warning: format specifies type 'char *' but the argument has type
'RVAPtr<char>' [-Wformat] (observed at x86_64, in
InternalGetProcAddress)
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions