Skip to content
Commit e243ff81 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

There is no portable format string for printing `uintptr_t` values.

Instead, cast them to `void *` which has a portable format string syntax
of `%p`.

This fixes a -Wformat error when building libunwind.

llvm-svn: 321469
parent cd13a663
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment