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

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 20 13:26:12 PST 2019


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).


Repository:
  rUNW libunwind

https://reviews.llvm.org/D56982

Files:
  src/Unwind-seh.cpp
  src/Unwind-sjlj.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56982.182711.patch
Type: text/x-patch
Size: 16949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190120/84682419/attachment-0001.bin>


More information about the cfe-commits mailing list