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

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

bug#766: 23.0.60; interesting warning during compilation


From: Peter Dyballa
Subject: bug#766: 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.








reply via email to

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