summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-20 16:25:00 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-20 16:29:42 +0200
commitde58fb34c9dad0ce598eb53ee942628fd7c7b14a (patch)
treecd13819c2fbe007d7d47686f6fbf78774c801f00 /ext/pcre/php_pcre.c
parent7f3bdda29bf7123f1f2841c5483e30b5b22981ce (diff)
downloadphp-git-de58fb34c9dad0ce598eb53ee942628fd7c7b14a.tar.gz
Add char* cast to avoid compiler warnings
In libc-client 2007f `data` is declared as `unsigned char *`; there may be variants which declare it as `void *`, but in any case picky compilers may warn about a pointer type mismatch in the conditional (and error with `-W-error`), so we're adding a `char *` cast for good measure.
Diffstat (limited to 'ext/pcre/php_pcre.c')
0 files changed, 0 insertions, 0 deletions