-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: [-Wincompatible-pointer-types] build warning [5.0.0alpha7] #15792
Comments
Notice: build from the git tag (the content of the |
Relates to zephir-lang/zephir#1902 |
I don't think this is related to linked issue, which is about refactoring to take benefit of zend_string usage This one is about a bad pointer cast, a zval cannot be used where a zend_string is expected, so a real issue. |
@remicollet Zephir's issue mentioned before, will be used as reference to review and refactor of |
Blocked by zephir-lang/zephir#2326 |
In various place:
In code we have
So key should be a zend_string.
The text was updated successfully, but these errors were encountered: