Bug 296986
| Summary: | [WPE][GTK] Warnings due to wrong format specifiers in logging statements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Tools / Tests | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=299514 | ||
Adrian Perez
Building the WPE or GTK ports with Clang with -DENABLE_JOURNALD_LOG=OFF -DENABLE_RELEASE_LOG=ON produces a number of warnings related to wrong format specifiers for 64-bit integers (which should use PRIi64/PRIu64), and using os_log()-specific "%{public}s" and "%{private}s" formats that are not available outside of Darwin/Cocoa (which should use {PUBLIC,PRIVATE}_LOG_STRING).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/49002
EWS
Committed 298645@main (e585c858661e): <https://commits.webkit.org/298645@main>
Reviewed commits have been landed. Closing PR #49002 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/158249149>