<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Compiler warning from xkb.h on 32bit system"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71837#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Compiler warning from xkb.h on 32bit system"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71837">bug 71837</a>
              from <span class="vcard"><a class="email" href="mailto:gatis.paeglis@digia.com" title="Gatis Paeglis <gatis.paeglis@digia.com>"> <span class="fn">Gatis Paeglis</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>