Skip to content
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

drop zend_error_noreturn usage #1550

Merged
merged 1 commit into from
Jun 20, 2017

Conversation

remicollet
Copy link
Contributor

@remicollet remicollet commented Jun 20, 2017

See phalcon/cphalcon#12909

Notice: zend_error_noreturn does exactly the same than zend_error, only exists to avoid compiler warnings

void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_error"),noreturn));

@sergeyklay sergeyklay merged commit 433d2cd into zephir-lang:development Jun 20, 2017
@sergeyklay
Copy link
Contributor

Thank you!

@remicollet
Copy link
Contributor Author

Notice: a new release will be very welcome, so we can build phalcon "tagged" version using "zephir" tagged version

@sergeyklay
Copy link
Contributor

I'll do it today

@sergeyklay
Copy link
Contributor

@remicollet
Copy link
Contributor Author

Thanks

sergeyklay added a commit to phalcon/packagecloud that referenced this pull request Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants