From fa0bfdb9c50362fab391c932b6e75a60cce531c0 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Mon, 18 Jul 2011 22:04:22 +0000 Subject: Revert attribute patch from r2090 because the jpeg functions really shouldn't be deviating from the codebase unnecessarily --- src/jpeg-8c/jerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit