Mercurial > hg > xemacs-beta
comparison src/glyphs-eimage.c @ 2270:0be6ff2356c8
[xemacs-hg @ 2004-09-14 18:22:31 by james]
Fix noreturn-related warnings for icc and gcc.
author | james |
---|---|
date | Tue, 14 Sep 2004 18:22:35 +0000 |
parents | 767ec43eb39c |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
2269:e13775448cf0 | 2270:0be6ff2356c8 |
---|---|
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_NOT_REACHED (0); | 1114 return 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 { |