mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Revert attribute patch from r2090 because the jpeg functions really shouldn't be deviating from the codebase unnecessarily
This commit is contained in:
parent
dd859ae43d
commit
5cad803e58
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue