Re: fontconfig: Branch 'master'
Behdad Esfahbod <[email protected]>
| Newsgroups | gmane.comp.fonts.fontconfig |
|---|---|
| Message-ID | <CAF63+7W-H9zBhNmT8cHqVj6cbENCiYm16=35zPN_9z6xxgwTSw@mail.gmail.com> |
On Tue, Jan 9, 2018 at 9:44 PM, Keith Packard <[email protected]> wrote: > [email protected] (Behdad Esfahbod) writes: > > > Fix undefined-behavior signed shifts > > How is left shift of signed values undefined? > 1<<0x1F is 2147483648 which is not representable in int32_t. No? At least that's my understanding of what the compiler was nagging about. _______________________________________________ Fontconfig mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/fontconfig