This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Fix warnings about printf format strings
ClosedPublic

Authored by mstorsjo on Jan 20 2019, 1:25 PM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jan 20 2019, 1:25 PM
ldionne accepted this revision.Jan 22 2019, 7:07 AM
This revision is now accepted and ready to land.Jan 22 2019, 7:07 AM
This revision was automatically updated to reflect the committed changes.