mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Compiler warning fix.
This commit is contained in:
parent
21ed9234a0
commit
35df0e5571
1 changed files with 2 additions and 0 deletions
|
@ -1073,6 +1073,8 @@ static int magic_process(zval *what TSRMLS_DC)
|
|||
streampos = php_stream_tell(stream); /* remember stream position for restauration */
|
||||
php_stream_seek(stream, 0, SEEK_SET);
|
||||
break;
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue