changeset 2235:767ec43eb39c

[xemacs-hg @ 2004-08-26 18:47:01 by james] Use RETURN_NOT_REACHED instead of plain return.
author james
date Thu, 26 Aug 2004 18:47:03 +0000
parents e809f7e2883c
children caf11603feef
files src/ChangeLog src/glyphs-eimage.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Aug 26 17:33:13 2004 +0000
+++ b/src/ChangeLog	Thu Aug 26 18:47:03 2004 +0000
@@ -1,3 +1,7 @@
+2004-08-26  Jerry James  <james@xemacs.org>
+
+	* glyphs-eimage.c (tiff_memory_write): Use RETURN_NOT_REACHED.
+
 2004-08-26  Jerry James  <james@xemacs.org>
 
 	* gutter.c (output_gutter): Removed unused variable frame.
--- a/src/glyphs-eimage.c	Thu Aug 26 17:33:13 2004 +0000
+++ b/src/glyphs-eimage.c	Thu Aug 26 18:47:03 2004 +0000
@@ -1111,7 +1111,7 @@
 tiff_memory_write (thandle_t data, tdata_t buf, tsize_t size)
 {
   abort();
-  return 0;			/* Shut up warnings. */
+  RETURN_NOT_REACHED (0);
 }
 
 static toff_t