[quake3-commits] r2094 - trunk/code/jpeg-8c
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Mon Jul 18 18:04:22 EDT 2011
    
    
  
Author: thilo
Date: 2011-07-18 18:04:22 -0400 (Mon, 18 Jul 2011)
New Revision: 2094
Modified:
   trunk/code/jpeg-8c/jerror.c
Log:
Revert attribute patch from r2090 because the jpeg functions really shouldn't be deviating from the codebase unnecessarily
Modified: trunk/code/jpeg-8c/jerror.c
===================================================================
--- trunk/code/jpeg-8c/jerror.c	2011-07-18 22:02:16 UTC (rev 2093)
+++ trunk/code/jpeg-8c/jerror.c	2011-07-18 22:04:22 UTC (rev 2094)
@@ -68,7 +68,7 @@
  * or jpeg_destroy) at some point.
  */
 
-__attribute__ ((noreturn)) METHODDEF(void)
+METHODDEF(void)
 error_exit (j_common_ptr cinfo)
 {
   /* Always display the message */
    
    
More information about the quake3-commits
mailing list