<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:darin&#64;apple.com" title="Darin Adler &lt;darin&#64;apple.com&gt;"> <span class="fn">Darin Adler</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [W32] Many warnings about printf format all over the code when building with MinGW"
   href="https://bugs.webkit.org/show_bug.cgi?id=143773">bug 143773</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #250820 Flags</td>
           <td>review?
           </td>
           <td>review-
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [W32] Many warnings about printf format all over the code when building with MinGW"
   href="https://bugs.webkit.org/show_bug.cgi?id=143773#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [W32] Many warnings about printf format all over the code when building with MinGW"
   href="https://bugs.webkit.org/show_bug.cgi?id=143773">bug 143773</a>
              from <span class="vcard"><a class="email" href="mailto:darin&#64;apple.com" title="Darin Adler &lt;darin&#64;apple.com&gt;"> <span class="fn">Darin Adler</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=250820&amp;action=diff" name="attach_250820" title="Change printf format attribute to gnu_printf, MinGW compatibility">attachment 250820</a> <a href="attachment.cgi?id=250820&amp;action=edit" title="Change printf format attribute to gnu_printf, MinGW compatibility">[details]</a></span>
Change printf format attribute to gnu_printf, MinGW compatibility

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=250820&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=250820&amp;action=review</a>

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

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>