Hi again,

On Tue, Jun 11, 2013 at 10:49 AM, Hib Eris <[email protected]> wrote:
>
> Building 0.23.2 for windows fails for me with this error message:
>
> stress-threads-qt4.cpp: In member function 'virtual void CrazyThread::run()':
> stress-threads-qt4.cpp:99:49: error: invalid static_cast from type
> 'Qt::HANDLE {aka void*}' to type 'uint {aka unsigned int}'
>      qsrand(static_cast< uint >(currentThreadId()));
>                                                  ^

This patch makes it compile again for me. Would this be the right way to fix it?

Attachment: 0001-Use-reinterpret_cast-instead-of-static_cast.patch
Description: Binary data

_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to