[xorg-bugzilla-noise] [Bug 1415] Xpm library doesn't build on LP64
platforms any more
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 20 06:13:44 UTC 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1415
------- Additional Comments From matthieu.herrb at laas.fr 2004-09-19 23:13 -------
I was aware of these warnings since my main developement platform in an amd64
machine in LP64 mode. But I decided that I prefer to ignore the warnings than to
complicate the code.
On platforms where size_t is a 64bits the ncolors*sizeof(blah) computation
cannot produce an overflow if ncolors is an int.
So the overflow test is useless on LP64 machines (and could be put into an
#ifndef LP64).
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list