Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/mit/xorg/lib/fontconfig/src



On Tue, Jun 25, 2013 at 17:54:05 +0200, Thomas Klausner wrote:

> There are more, e.g. in Mesa.
> external/mit/libX11/dist/src/Font.c:591:29: warning: comparison of constant 
> 768614336404564650 with expression of type 'CARD32' (aka 'unsigned int') is 
> always true [-Wtautological-constant-out-of-range-compare]
>                       && reply.nCharInfos < (LONG_MAX / sizeof(XCharStruct))
>                          ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Another instance of this is properly fixed in the same file, line 266 :)

-uwe


Home | Main Index | Thread Index | Old Index