DescriptionBuild fix on Linux 64 bits with GCC 4.8.
error: narrowing conversion of ‘(keysym & 65535ul)’ from ‘KeySym {aka long unsigned int}’ to
‘uint16 {aka short unsigned int}’ inside { } is ill-formed in C++11
error: narrowing conversion of ‘xkey.XKeyEvent::keycode’ from ‘unsigned int’ to ‘uint8 {aka
unsigned char}’
Fixed by using the underlaying type instead, KeySym and unsigned.
BUG=394636
TEST=Passed try bots.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283930
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|