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).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56982
[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
Event TimelineThis revision is now accepted and ready to land.Jan 22 2019, 7:07 AM Closed by commit rL351876: Fix warnings about printf format strings (authored by mstorsjo). · Explain WhyJan 22 2019, 12:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 182967 libunwind/trunk/src/Unwind-seh.cpp
libunwind/trunk/src/Unwind-sjlj.c
|