[Xcb] [Bug 71837] Compiler warning from xkb.h on 32bit system
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Mar 7 07:48:23 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=71837
--- Comment #1 from Gatis Paeglis <gatis.paeglis at digia.com> ---
>From the C89 standard:
"The type of an integer constant is the first of the corresponding
list in which its value can be represented. Unsuffixed decimal: int,
long int, unsigned long int;"
In the later standards "unsigned long int" is removed from the "Unsuffixed
decimal"
list.
If integer constant is suffixed by the letter u or U, then the list is:
unsigned int, unsigned long int, ..
"unsigned long int" is sufficient on 32 bit systems to store the values of
XCB_XKB_CONTROL_PER_KEY_REPEAT and XCB_XKB_CONTROL_CONTROLS_ENABLED
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20140307/8e28b450/attachment.html>
More information about the Xcb
mailing list