1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00
Files
archived-php-src/ext
Christoph M. Becker de58fb34c9 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.
2020-10-20 16:29:42 +02:00
..
2019-12-16 10:32:49 -08:00
2020-10-19 09:31:02 +01:00
2020-06-23 15:57:24 +02:00
2020-10-15 10:16:22 +02:00
2020-02-03 13:03:54 +01:00
2020-07-28 10:23:10 +02:00
2020-10-02 15:02:35 +02:00
2020-09-17 10:12:10 +02:00
2020-04-23 17:35:09 +02:00
2020-09-25 16:28:48 +01:00
2020-09-03 10:29:38 +02:00
2020-06-19 17:31:28 +02:00
2020-02-28 17:06:05 +01:00
2020-07-22 20:45:56 +02:00
2019-10-01 11:15:12 +02:00
2020-09-30 08:37:16 +03:00
2020-06-19 10:46:26 +02:00