[Poppler-bugs] [Bug 91465] New: Fix cast to pointer from integer of different size on win64

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 26 03:42:18 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91465

            Bug ID: 91465
           Summary: Fix cast to pointer from integer of different size on
                    win64
           Product: poppler
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: utils
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: hib at hiberis.nl

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]                        ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20150726/549cb0b1/attachment.html>


More information about the Poppler-bugs mailing list