all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Compiler warnings in dired.c
@ 2009-10-24 21:26 Eli Zaretskii
  2009-10-24 22:38 ` Andreas Schwab
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2009-10-24 21:26 UTC (permalink / raw)
  To: emacs-devel

This change:

 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
 	can properly handle unsigned types.
 	(make_uid, make_gid): Removed.

causes these warnings on a 64-bit host:

  dired.c: In function 'Ffile_attributes':
  dired.c:1039: warning: comparison is always false due to limited range of data type
  dired.c:1039: warning: comparison is always false due to limited range of data type
  dired.c:1043: warning: comparison is always false due to limited range of data type
  dired.c:1043: warning: comparison is always false due to limited range of data type




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-25 18:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-24 21:26 Compiler warnings in dired.c Eli Zaretskii
2009-10-24 22:38 ` Andreas Schwab
2009-10-25  0:57   ` Stefan Monnier
2009-10-25  4:11   ` Eli Zaretskii
2009-10-25  8:34     ` Andreas Schwab
2009-10-25 18:33       ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.