diff options
author | Justin Hibbits <jhibbits@FreeBSD.org> | 2019-01-19 05:20:31 +0000 |
---|---|---|
committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2019-01-19 05:20:31 +0000 |
commit | a3b41b11dbf1ff98582834557d6782a4ec61bfc8 (patch) | |
tree | 949d0d19712ccd164bdcd0050a08b6b6b06c43c5 /contrib/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp | |
parent | bb0e68335f0f1e83e91bef984460a33ce4923553 (diff) |
dpaa: fix 32-bit build
Book-E powerpc uses 64-bit vm_paddr_t, and 32-bit powerpc has 32-bit pointers,
so gcc errors with cast to pointer from integer of different size. As this will
not actually be used in reality anyway, simply quiet the warning by casting
through uintptr_t.
MFC after: 3 weeks
MFC with: r343168
Notes
Notes:
svn path=/head/; revision=343169
Diffstat (limited to 'contrib/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp')
0 files changed, 0 insertions, 0 deletions