-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
I get this
In file included from /Users/luis/swoole-src/ext-src/swoole_admin_server.cc:22:
/Users/luis/swoole-src/ext-src/stubs/php_swoole_ex_arginfo.h:16:35: warning: incomplete universal character name; treating as '' followed by identifier [-Wunicode]
16 | ZEND_ARG_OBJ_INFO(0, ctx, Swoole\NameResolver\Context, 0)
| ^
/Users/luis/swoole-src/ext-src/stubs/php_swoole_ex_arginfo.h:20:34: warning: incomplete universal character name; treating as '' followed by identifier [-Wunicode]
20 | ZEND_ARG_OBJ_INFO(0, ns, Swoole\NameResolver, 0)
| ^
2 warnings generated.
In file included from /Users/luis/swoole-src/ext-src/swoole_admin_server.cc:22:
/Users/luis/swoole-src/ext-src/stubs/php_swoole_ex_arginfo.h:16:35: warning: incomplete universal character name; treating as '' followed by identifier [-Wunicode]
16 | ZEND_ARG_OBJ_INFO(0, ctx, Swoole\NameResolver\Context, 0)
| ^
/Users/luis/swoole-src/ext-src/stubs/php_swoole_ex_arginfo.h:20:34: warning: incomplete universal character name; treating as '' followed by identifier [-Wunicode]
20 | ZEND_ARG_OBJ_INFO(0, ns, Swoole\NameResolver, 0)
| ^
In file included from /Users/luis/swoole-src/ext-src/swoole_http_request.cc:22:
./thirdparty/php/main/SAPI.h:41:39: error: incompatible pointer types assigning to 'char *' from 'zend_string *' (aka '_zend_string *')
41 | separator = PG(arg_separator).input;
| ~~~~~~~~~~~~~~~~~~^~~~~
1 error generated.
Doesn't seem tragic. Sorry if I bother you for nothing. I'm a hobbyist, not a dev
Cordially
Luis