ArcticaProject / nx-libs

nx-libs
Other
121 stars 39 forks source link

libX11: fix overflow warning? #228

Open uli42 opened 8 years ago

uli42 commented 8 years ago
imLcLkup.c: In function ‘_XimLocalUtf8LookupString’:
imLcLkup.c:213:6: warning: overflow in implicit constant conversion [-Woverflow]
      buffer[0] = 0xe0 | ((BRL_UC_ROW >> 12) & 0x0f);

Currently it is unclear how to fix this.

sunweaver commented 8 years ago

/me shrugs... No clue, either...