<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fix cast to pointer from integer of different size on win64"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91465">91465</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Fix cast to pointer from integer of different size on win64
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>utils
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>hib@hiberis.nl
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Fixes warning:

[  322s]   CXX      pdftocairo-pdftocairo-win32.o
[  324s] In file included from
/usr/x86_64-w64-mingw32/sys-root/mingw/include/windows.h:72:0,
[  324s]                  from
/usr/x86_64-w64-mingw32/sys-root/mingw/include/cairo/cairo-win32.h:44,
[  324s]                  from pdftocairo-win32.cc:16:
[  324s] pdftocairo-win32.cc: In function 'HWND__* createGroupBox(HWND,
HINSTANCE, int, const char*, RECT*)':
[  324s] pdftocairo-win32.cc:170:23: warning: cast to pointer from integer of
different size [-Wint-to-pointer-cast]
[  324s]         parent, (HMENU)id,
[  324s]                        ^
[  324s] pdftocairo-win32.cc: In function 'HWND__* createCheckBox(HWND,
HINSTANCE, int, const char*, RECT*)':
[  324s] pdftocairo-win32.cc:186:23: warning: cast to pointer from integer of
different size [-Wint-to-pointer-cast]
[  324s]         parent, (HMENU)id,
[  324s]                        ^
[  324s] pdftocairo-win32.cc: In function 'HWND__* createStaticText(HWND,
HINSTANCE, int, const char*, RECT*)':
[  324s] pdftocairo-win32.cc:202:23: warning: cast to pointer from integer of
different size [-Wint-to-pointer-cast]
[  324s]         parent, (HMENU)id,
[  324s]                        ^
[  324s] pdftocairo-win32.cc: In function 'HWND__*
createPageScaleComboBox(HWND, HINSTANCE, int, RECT*)':
[  324s] pdftocairo-win32.cc:219:23: warning: cast to pointer from integer of
different size [-Wint-to-pointer-cast]
[  324s]         parent, (HMENU)id,
[  324s]                        ^</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>