<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 06/04/2022 à 09:17, Nikolay Sivov a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:87cba8a9-78a0-66b7-f72a-56a0e0299634@codeweavers.com">
      <br>
      <br>
      On 4/6/22 09:55, Eric Pouech wrote:
      <br>
      <blockquote type="cite">Hi Dmitry
        <br>
        + hr = IDWriteFontFallback_MapCharacters(fallback,
        &analysissource, 0, 1, NULL, NULL,
        DWRITE_FONT_WEIGHT_NORMAL,
        <br>
        <blockquote type="cite">+               
          DWRITE_FONT_STYLE_NORMAL, DWRITE_FONT_STRETCH_NORMAL,
          &length, &font, &scale);
          <br>
          +    todo_wine
          <br>
          +        ok(hr == S_OK, "Unexpected hr %#lx.\n", hr);
          <br>
          +        if (hr != S_OK) continue;
          <br>
        </blockquote>
        would you mind not outdenting the todo_wine... it generates tons
        of FIXME with mingw's GCC11
        <br>
        TIA
        <br>
      </blockquote>
      <br>
      Is that with recent mingw-w64? I only use that for tests, whatever
      version debian testing has at the moment, currently reported as
      <br>
      <br>
      x86_64-w64-mingw32-gcc (GCC) 10-win32 20220113
      <br>
      <br>
      Until this triggers warnings I'll probably won't notice.
      <br>
      <br>
    </blockquote>
    <p><font face="Helvetica, Arial, sans-serif">afaics Debian uses
        gcc11 for ELF compilation but hasn't updated yet mingw port to
        gcc11 (keeps GCC10)</font></p>
    <p><font face="Helvetica, Arial, sans-serif">for info, fedora
        (current = 35) uses gcc11 and mingw gcc11. next version
        (fedora36 under beta test right now) uses gcc12 and
        mingw-gcc11... and this will trigger a new load of warnings (I'm
        still waiting for tackling them that gcc 12 is officially
        released and integrated in f36)</font><br>
    </p>
  </body>
</html>