[Mesa-dev] [Bug 80266] Many instances of 1<<31, which is undefined in C99

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 20 13:12:34 PDT 2014


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

--- Comment #11 from Vittorio <zeccav at gmail.com> ---
Another one in nouveau_fence.c:170
"#define NOUVEAU_FENCE_MAX_SPINS (1 << 31)"
should be
"#define NOUVEAU_FENCE_MAX_SPINS (1U<< 31)"

-- 
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/mesa-dev/attachments/20140620/58860f5d/attachment.html>


More information about the mesa-dev mailing list