bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#766: marked as done (23.0.60; interesting warning during compilatio


From: Emacs bug Tracking System
Subject: bug#766: marked as done (23.0.60; interesting warning during compilation)
Date: Wed, 27 Aug 2008 12:10:05 -0700

Your message dated Wed, 27 Aug 2008 15:05:59 -0400
with message-id <87k5e2uvl4.fsf@cyd.mit.edu>
and subject line Re: bug#766: 23.0.60; interesting warning during compilation
has caused the Emacs bug report #766,
regarding 23.0.60; interesting warning during compilation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
766: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=766
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; interesting warning during compilation Date: Sat, 23 Aug 2008 11:00:28 +0200
Hello!

The warning from gcc 4.0.1 is:

        dired.c:1003: warning: right shift count >= width of type

      /* To allow inode numbers beyond 32 bits, separate into 2 24-bit
         high parts and a 16-bit bottom part.  */
      EMACS_INT high_ino = s.st_ino >> 32;
      EMACS_INT low_ino  = s.st_ino & 0xffffffff;


Mac OS X 10.4.11, CVS update yesterday.

--
Greetings

  Pete

A blizzard is when it snows sideways.





--- End Message ---
--- Begin Message --- Subject: Re: bug#766: 23.0.60; interesting warning during compilation Date: Wed, 27 Aug 2008 15:05:59 -0400
I've checked in Andreas' fix.


--- End Message ---

reply via email to

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