[Webkit-unassigned] [Bug 207478] New: a lot gcc warnings because of %{public}s format specifier
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 10 10:24:08 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=207478
Bug ID: 207478
Summary: a lot gcc warnings because of %{public}s format
specifier
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: vjaquez at igalia.com
While compiling with GCC a lot of big warnings are shown because those macros boil down to vfprintf() in Linux, and that {public} specifier is invalid. It is only for os_log [1]
1. https://developer.apple.com/documentation/os/logging?language=objc
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200210/8968ff06/attachment.htm>
More information about the webkit-unassigned
mailing list