<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello Noel,</p>
    <p>Looking at Coverity scan report, it seems nScreen should be
      initialized.</p>
    <p>Indeed, either it's really unused and nScreen should be
      completely removed or it's used and its initialization should
      stay.</p>
    <p>If it's first option,  I didn't see another patch in gerrit
      review concerning vcl part.</p>
    <p>Are you sure about loplugin:unusedfields or did I miss something?<br>
    </p>
    Julien<br>
    <div class="moz-forward-container"><br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th align="RIGHT" valign="BASELINE" nowrap="nowrap">Subject:
            </th>
            <td>New Defects reported by Coverity Scan for LibreOffice</td>
          </tr>
          <tr>
            <th align="RIGHT" valign="BASELINE" nowrap="nowrap">Date: </th>
            <td>Sat, 17 Jun 2017 21:35:05 -0700</td>
          </tr>
          <tr>
            <th align="RIGHT" valign="BASELINE" nowrap="nowrap">From: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:scan-admin@coverity.com">scan-admin@coverity.com</a></td>
          </tr>
          <tr>
            <th align="RIGHT" valign="BASELINE" nowrap="nowrap">To: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:serval2412@yahoo.fr">serval2412@yahoo.fr</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre>Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.

3 new defect(s) introduced to LibreOffice found with Coverity Scan.
3 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 3 of 3 defect(s)


** CID 1412875:  Uninitialized members  (UNINIT_CTOR)
/vcl/unx/generic/gdi/cairo_xlib_cairo.cxx: 70 in cairo::X11SysData::X11SysData(const SystemGraphicsData &)()


________________________________________________________________________________________________________
*** CID 1412875:  Uninitialized members  (UNINIT_CTOR)
/vcl/unx/generic/gdi/cairo_xlib_cairo.cxx: 70 in cairo::X11SysData::X11SysData(const SystemGraphicsData &)()
64             pRenderFormat(nullptr)
65         {}
66     
67         X11SysData::X11SysData( const SystemGraphicsData& pSysDat ) :
68             hDrawable(pSysDat.hDrawable),
69             pRenderFormat(pSysDat.pXRenderFormat)
>>>     CID 1412875:  Uninitialized members  (UNINIT_CTOR)
>>>     Non-static class member "nScreen" is not initialized in this constructor nor in any functions that it calls.
70         {}
71     
72         X11SysData::X11SysData( const SystemEnvData& pSysDat ) :
73             pDisplay(pSysDat.pDisplay),
74             hDrawable(pSysDat.aWindow),
75             pVisual(pSysDat.pVisual),

...</pre>
    </div>
  </body>
</html>