Last active
December 23, 2015 11:39
-
-
Save masakielastic/6629979 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Users/masakielastic/.phpbrew/build/php-5.5.4/ext/standard/html.h:58:57: note: passing argument to parameter 'old' here | |
PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/collator/collator_create.c:51:10: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
locale = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/formatter/formatter_main.c:59:10: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
locale = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/locale/locale_methods.c:393:12: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
loc_name = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/locale/locale_methods.c:499:12: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
loc_name = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/locale/locale_methods.c:693:18: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
loc_name = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/locale/locale_methods.c:716:33: warning: | |
implicit conversion from enumeration type 'ZEND_RESULT_CODE' to different | |
enumeration type 'UErrorCode' (aka 'enum UErrorCode') [-Wconversion] | |
intl_error_set( NULL, FAILURE, ... | |
~~~~~~~~~~~~~~ ^~~~~~~ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/locale/locale_methods.c:1100:18: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
loc_name = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/locale/locale_methods.c:1148:12: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
loc_name = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/locale/locale_methods.c:1254:13: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
loc_range = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/locale/locale_methods.c:1540:13: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
loc_range = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
8 warnings generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/dateformat/dateformat_parse.c:95:18: warning: | |
assigning to 'UCalendar *' (aka 'void **') from 'const UCalendar *' | |
(aka 'void *const *') discards qualifiers [-Wincompatible-pointer-types] | |
parsed_calendar = udat_getCalendar(DATE_FORMAT_OBJECT(dfo)); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/msgformat/msgformat.c:64:10: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
locale = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/msgformat/msgformat_format.c:137:11: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
slocale = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/msgformat/msgformat_parse.c:129:11: warning: | |
assigning to 'char *' from 'const char *' discards qualifiers | |
[-Wincompatible-pointer-types] | |
slocale = intl_locale_get_default(TSRMLS_C); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/timezone/timezone_methods.cpp: In function 'void zif_intltz_create_time_zone_id_enumeration(int, zval*, zval**, zval*, int)': | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/timezone/timezone_methods.cpp:251:16: warning: 'int zend_get_parameters_ex(int, ...)' is deprecated (declared at /Users/masakielastic/.phpbrew/php/php-5.5.4/include/php/Zend/zend_API.h:238) [-Wdeprecated-declarations] | |
arg3isnull = zend_get_parameters_ex(3, &dummy, &dummy, &zvoffset) | |
^ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/timezone/timezone_methods.cpp:251:67: warning: 'int zend_get_parameters_ex(int, ...)' is deprecated (declared at /Users/masakielastic/.phpbrew/php/php-5.5.4/include/php/Zend/zend_API.h:238) [-Wdeprecated-declarations] | |
arg3isnull = zend_get_parameters_ex(3, &dummy, &dummy, &zvoffset) | |
^ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/breakiterator/breakiterator_methods.cpp: In function 'void zif_breakiter_set_text(int, zval*, zval**, zval*, int)': | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/breakiterator/breakiterator_methods.cpp:165:12: warning: 'int zend_get_parameters_ex(int, ...)' is deprecated (declared at /Users/masakielastic/.phpbrew/php/php-5.5.4/include/php/Zend/zend_API.h:238) [-Wdeprecated-declarations] | |
int res = zend_get_parameters_ex(1, &textzv); | |
^ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/breakiterator/breakiterator_methods.cpp:165:45: warning: 'int zend_get_parameters_ex(int, ...)' is deprecated (declared at /Users/masakielastic/.phpbrew/php/php-5.5.4/include/php/Zend/zend_API.h:238) [-Wdeprecated-declarations] | |
int res = zend_get_parameters_ex(1, &textzv); | |
^ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/breakiterator/breakiterator_methods.cpp: In function 'void zif_breakiter_next(int, zval*, zval**, zval*, int)': | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/breakiterator/breakiterator_methods.cpp:278:13: warning: 'int zend_get_parameters_ex(int, ...)' is deprecated (declared at /Users/masakielastic/.phpbrew/php/php-5.5.4/include/php/Zend/zend_API.h:238) [-Wdeprecated-declarations] | |
int res = zend_get_parameters_ex(1, &arg); | |
^ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/intl/breakiterator/breakiterator_methods.cpp:278:43: warning: 'int zend_get_parameters_ex(int, ...)' is deprecated (declared at /Users/masakielastic/.phpbrew/php/php-5.5.4/include/php/Zend/zend_API.h:238) [-Wdeprecated-declarations] | |
int res = zend_get_parameters_ex(1, &arg); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/json/json.c:422:36: warning: invalid conversion specifier 'k' [-Wformat-invalid-specifier] | |
int l = spprintf(&tmp, 0, "%.*k", (int) EG(precision), d); | |
~~~^ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/json/json.c:422:40: warning: data argument not used by format string [-Wformat-extra-args] | |
int l = spprintf(&tmp, 0, "%.*k", (int) EG(precision), d); | |
~~~~~~ ^ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/json/json.c:630:32: warning: invalid conversion specifier 'k' [-Wformat-invalid-specifier] | |
len = spprintf(&d, 0, "%.*k", (int) EG(precision), dbl); | |
~~~^ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/json/json.c:630:36: warning: data argument not used by format string [-Wformat-extra-args] | |
len = spprintf(&d, 0, "%.*k", (int) EG(precision), dbl); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/mbstring/libmbfl/filters/mbfilter_big5.c:189:16: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (w <= 0 && | |
~~~~~~~^~ | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/mbstring/libmbfl/filters/mbfilter_big5.c:189:16: note: place parentheses around the '&&' expression to silence this warning | |
if (w <= 0 && | |
^ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c:51:2: warning: incompatible pointer types initializing 'const char *(*)[]' with an expression of type 'const char *[2]' [-Wincompatible-pointer-types] | |
mbfl_encoding_2022jp_kddi_aliases, | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c:675:1: warning: control may reach end of non-void function [-Wreturn-type] | |
} | |
^ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/mbstring/libmbfl/filters/mbfilter_utf8.c:104:1: warning: control may reach end of non-void function [-Wreturn-type] | |
} | |
^ | |
1 warning generated. | |
/Users/masakielastic/.phpbrew/build/php-5.5.4/ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c:210:4: warning: implicit declaration of function 'mbfl_filt_put_invalid_char' is invalid in C99 [-Wimplicit-function-declaration] | |
mbfl_filt_put_invalid_char(c, filter); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment