Mercurial > hg > xemacs-beta
comparison src/glyphs-eimage.c @ 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 | 543769b89fed |
children | 0be6ff2356c8 |
comparison
equal
deleted
inserted
replaced
2234:e809f7e2883c | 2235:767ec43eb39c |
---|---|
1109 | 1109 |
1110 static size_t | 1110 static size_t |
1111 tiff_memory_write (thandle_t data, tdata_t buf, tsize_t size) | 1111 tiff_memory_write (thandle_t data, tdata_t buf, tsize_t size) |
1112 { | 1112 { |
1113 abort(); | 1113 abort(); |
1114 return 0; /* Shut up warnings. */ | 1114 RETURN_NOT_REACHED (0); |
1115 } | 1115 } |
1116 | 1116 |
1117 static toff_t | 1117 static toff_t |
1118 tiff_memory_seek (thandle_t data, toff_t off, int whence) | 1118 tiff_memory_seek (thandle_t data, toff_t off, int whence) |
1119 { | 1119 { |