emacs-devel
[Top][All Lists]
Advanced

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

Re: compiler warning "comparison is always true"


From: Glenn Morris
Subject: Re: compiler warning "comparison is always true"
Date: Sat, 09 Feb 2008 14:41:46 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Eli Zaretskii wrote:

> Thanks for this valuable hint.  I think I fixed this now in CVS.

Thank you from the bottom of my compilation-warning-obsessed heart. :)

There are three similar warnings left in font.c (3500, 3526, 3970),
all due to things of the form:

unsigned code;
if (code <= MOST_POSITIVE_FIXNUM);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]