Skip to content

Commit

Permalink
Merge pull request #967 from sjinks/compiler-warnings
Browse files Browse the repository at this point in the history
[1.2.2] Fix all compiler warnings
  • Loading branch information
Phalcon committed Aug 1, 2013
2 parents fdff06d + e740ecb commit b04d46b
Show file tree
Hide file tree
Showing 13 changed files with 211,915 additions and 211,766 deletions.
141,213 changes: 70,631 additions & 70,582 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 @@ -10175,7 +10175,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 @@ -10248,6 +10247,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

0 comments on commit b04d46b

Please sign in to comment.