summaryrefslogtreecommitdiff
path: root/src/jpeg-8c/jerror.c
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-07-18 22:04:22 +0000
committerTim Angus <tim@ngus.net>2013-01-10 22:33:35 +0000
commitfa0bfdb9c50362fab391c932b6e75a60cce531c0 (patch)
treeb5be1cd275d9e81dcd580f12157cbcf046338234 /src/jpeg-8c/jerror.c
parentdb7d9b0f3bf74fda88f31c6e57c176680d7f39f7 (diff)
Revert attribute patch from r2090 because the jpeg functions really shouldn't be deviating from the codebase unnecessarily
Diffstat (limited to 'src/jpeg-8c/jerror.c')
-rw-r--r--src/jpeg-8c/jerror.c2
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 */