[Poppler-bugs] [Bug 65239] New: Fix warning on narrowing conversion from int to DWORD

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jun 1 04:00:07 PDT 2013


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

          Priority: medium
            Bug ID: 65239
          Assignee: poppler-bugs at lists.freedesktop.org
           Summary: Fix warning on narrowing conversion from int to DWORD
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: hib at hiberis.nl
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: general
           Product: poppler

Fixes warning when compiling for Windows:

gfile.cc: In member function 'Goffset GooFile::size() const':
gfile.cc:609:30: warning: narrowing conversion of '-1' from 'int' to 'DWORD
{aka long unsigned int}' inside { } is ill-formed in C++11 [-Wnarrowing]
LARGE_INTEGER size = {-1,-1};

-- 
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/20130601/be840641/attachment.html>


More information about the Poppler-bugs mailing list