[PATCH] D56982: [libunwind] Fix warnings about printf format strings

2019-01-22 Thread Martin Storsjö via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL351876: Fix warnings about printf format strings (authored by mstorsjo, committed by ). Herald added subscribers: llvm-commits, christof. Changed prior to commit: https://reviews.llvm.org/D56982?vs=1827

[PATCH] D56982: [libunwind] Fix warnings about printf format strings

2019-01-20 Thread Martin Storsjö via Phabricator via cfe-commits
mstorsjo created this revision. mstorsjo added reviewers: mclow.lists, EricWF, ldionne. Herald added a subscriber: libcxx-commits. Either adjust the format string to use a more exact type, or add casts (for cases when printing pointers to structs/objects with a `%p` format specifier). Repositor