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

[1.3.0] Fix all compiler warnings #968

Merged
merged 11 commits into from Aug 1, 2013
143,469 changes: 71,811 additions & 71,658 deletions build/32bits/phalcon.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/32bits/phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -10234,7 +10234,6 @@ zend_class_entry *phalcon_escaper_exception_ce;

PHALCON_INIT_CLASS(Phalcon_Escaper_Exception);


zend_class_entry *phalcon_assets_manager_ce;

PHALCON_INIT_CLASS(Phalcon_Assets_Manager);
Expand Down Expand Up @@ -10307,6 +10306,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_phalcon_assets_manager_output, 0, 0, 2)
ZEND_ARG_INFO(0, collection)
ZEND_ARG_INFO(0, callback)
ZEND_ARG_INFO(0, type)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_phalcon_assets_manager_outputcss, 0, 0, 0)
Expand Down
Loading