mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Stopping Compile Warnings when using old GD
This commit is contained in:
parent
82952f8830
commit
2116cfedf3
@ -531,6 +531,8 @@ gdImagePtr _php_image_create_from_string (zval **data, char *tn, gdImagePtr (*io
|
||||
}
|
||||
|
||||
return im;
|
||||
#else
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user