[PATCH:libX11 4/4] Fix out-of-range comparison.

2013-06-25 Thread Thomas Klausner
clang complained (correctly): warning: comparison of constant 768614336404564650 with expression of type 'CARD32' (aka 'unsigned int') is always true [-Wtautological-constant-out-of-range-compare] --- src/Font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Font.c b/src/F

Re: [PATCH:libX11 4/4] Fix out-of-range comparison.

2013-07-21 Thread Alan Coopersmith
On 06/25/13 09:34 AM, Thomas Klausner wrote: clang complained (correctly): warning: comparison of constant 768614336404564650 with expression of type 'CARD32' (aka 'unsigned int') is always true [-Wtautological-constant-out-of-range-compare] --- src/Font.c | 2 +- 1 file changed, 1 insertion(+