bug-make
[Top][All Lists]
Advanced

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

Re: Compile warning noticed in 3.80rc2


From: Paul Jarc
Subject: Re: Compile warning noticed in 3.80rc2
Date: Fri, 13 Sep 2002 11:58:03 -0400
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu)

"Paul D. Smith" <address@hidden> wrote:
> %% Art Haas <address@hidden> writes:
>
>   ah> ../hash.c:362: warning: right shift count >= width of type
>
> Yes, I know about this.  I played for about 10 minutes with ideas on how
> to fix this, but can't find any portable way for the preprocessor to
> know whether that last line is needed or not (it's needed on systems
> where long is 64 bits).

#if !defined(HAVE_LIMITS_H) || ULONG_MAX > 4294967295
?


paul




reply via email to

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