diff options
author | Tyson Andre <tysonandre775@hotmail.com> | 2020-03-21 11:56:44 -0400 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-03-23 09:24:26 +0100 |
commit | 26b9780d02bba64abf0787f08524e29f73c06c94 (patch) | |
tree | abf362dee0404696d5fb5aa485a67b0b75a1fa85 /ext/pcre/php_pcre.c | |
parent | dcca0391e202d7fc737634ba70d60d57c7973ccb (diff) | |
download | php-git-26b9780d02bba64abf0787f08524e29f73c06c94.tar.gz |
Fix compilation error on mac with -Wshift-negative-value
Fix for mac OS build error seen in ccc49ead681add7bdf6a021c7a3420aff543bc1e
when shifting -1 (max argument count?)
```
ext/opcache/jit/zend_jit_trace.c:1668:2:
error: shifting a negative signed value is undefined
[-Werror,-Wshift-negative-value]
TRACE_FRAME_INIT(frame, op_array, 0, -1);
```
Closes GH-5284.
Diffstat (limited to 'ext/pcre/php_pcre.c')
0 files changed, 0 insertions, 0 deletions