diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-07-18 22:04:22 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-10 22:33:35 +0000 |
commit | fa0bfdb9c50362fab391c932b6e75a60cce531c0 (patch) | |
tree | b5be1cd275d9e81dcd580f12157cbcf046338234 | |
parent | db7d9b0f3bf74fda88f31c6e57c176680d7f39f7 (diff) |
Revert attribute patch from r2090 because the jpeg functions really shouldn't be deviating from the codebase unnecessarily
-rw-r--r-- | src/jpeg-8c/jerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg-8c/jerror.c b/src/jpeg-8c/jerror.c index 425bef1c..2860d3fa 100644 --- a/src/jpeg-8c/jerror.c +++ b/src/jpeg-8c/jerror.c @@ -68,7 +68,7 @@ const char * const jpeg_std_message_table[] = { * or jpeg_destroy) at some point. */ -__attribute__ ((noreturn)) METHODDEF(void) +METHODDEF(void) error_exit (j_common_ptr cinfo) { /* Always display the message */ |