[Webkit-unassigned] [Bug 143773] [W32] Many warnings about printf format all over the code when building with MinGW

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 10:29:21 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143773

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #250820|review?                     |review-
              Flags|                            |

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 250820
  --> https://bugs.webkit.org/attachment.cgi?id=250820
Change printf format attribute to gnu_printf, MinGW compatibility

View in context: https://bugs.webkit.org/attachment.cgi?id=250820&action=review

> Source/WTF/ChangeLog:7
> +        "printf" means "gnu_printf" when compiling for non-Windows and means
> +        "ms_printf" when compiling for Windows. The code, however, does seems to be
> +        assuming gnu_printf (judging by the use of %z and %l).

We don’t need to use %z and %l; where do you see those? This patch might makes things better for MinGW, but they don’t resolve the problem for Windows so I’d prefer to actually tackle that problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/952722ad/attachment.html>


More information about the webkit-unassigned mailing list