Snippets for anjuta 3.34.0 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/anjuta/3.34.0/31.fc45/data/logs/s390x/build.log.
-
./js-parser/js-parser-y-tab.c:4466:23: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
-
expression-lexer.cpp:1029:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1029 | register yy_state_type yy_current_state; | ^~~~~~~~~~~~~~~~ -
expression-lexer.cpp:1030:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1030 | register char *yy_cp, *yy_bp; | ^~~~~ -
expression-lexer.cpp:1030:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1030 | register char *yy_cp, *yy_bp; | ^~~~~ -
expression-lexer.cpp:1031:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1031 | register int yy_act; | ^~~~~~ -
expression-lexer.cpp:1079:42: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1079 | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | ^~~~ -
expression-lexer.cpp:1095:1: warning: label 'find_rule' defined but not used [-Wunused-label] 1095 | find_rule: /* we branch to this label when backing up */ | ^~~~~~~~~ -
expression-lexer.cpp:1873:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1873 | register char *dest = yy_current_buffer->yy_ch_buf; | ^~~~ -
expression-lexer.cpp:1874:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1874 | register char *source = yytext_ptr; | ^~~~~~ -
expression-lexer.cpp:1875:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1875 | register int number_to_move, i; | ^~~~~~~~~~~~~~ -
expression-lexer.cpp:1875:38: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1875 | register int number_to_move, i; | ^ -
expression-lexer.cpp:2005:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2005 | register yy_state_type yy_current_state; | ^~~~~~~~~~~~~~~~ -
expression-lexer.cpp:2006:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2006 | register char *yy_cp; | ^~~~~ -
expression-lexer.cpp:2015:34: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2015 | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | ^~~~ -
expression-lexer.cpp:2043:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2043 | register int yy_is_jam; | ^~~~~~~~~ -
expression-lexer.cpp:2045:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2045 | register YY_CHAR yy_c = 1; | ^~~~ -
expression-lexer.cpp:2063:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2063 | static void yyunput( int c, register char *yy_bp ) | ^~~~~ -
expression-lexer.cpp:2070:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2070 | register char *yy_cp = yy_c_buf_p; | ^~~~~ -
expression-lexer.cpp:2078:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2078 | register int number_to_move = yy_n_chars + 2; | ^~~~~~~~~~~~~~ -
expression-lexer.cpp:2079:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2079 | register char *dest = &yy_current_buffer->yy_ch_buf[ | ^~~~ -
expression-lexer.cpp:2081:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2081 | register char *source = | ^~~~~~ -
expression-lexer.cpp:2581:14: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used [-Wunused-function] 2581 | static void *yy_flex_realloc( void *ptr, yy_size_t size ) | ^~~~~~~~~~~~~~~ -
expression-lexer.cpp:2063:13: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function] 2063 | static void yyunput( int c, register char *yy_bp ) | ^~~~~~~ -
expression-parser.cpp:536:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 536 | register int yym, yyn, yystate; | ^~~ -
expression-parser.cpp:536:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 536 | register int yym, yyn, yystate; | ^~~ -
expression-parser.cpp:536:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 536 | register int yym, yyn, yystate; | ^~~~~~~ -
expression-parser.cpp:560:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 560 | if (yyn = yydefred[yystate]) goto yyreduce; | ~~~~^~~~~~~~~~~~~~~~~~~ -
expression-parser.cpp:604:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 604 | yyerror("syntax error"); | ^~~~~~~~~~~~~~ -
expression-parser.cpp:948:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 948 | yyerror("yacc stack overflow"); | ^~~~~~~~~~~~~~~~~~~~~ -
expression-parser.cpp:603:1: warning: label 'yynewerror' defined but not used [-Wunused-label] 603 | yynewerror: | ^~~~~~~~~~ -
expression-parser.cpp:608:1: warning: label 'yyerrlab' defined but not used [-Wunused-label] 608 | yyerrlab: | ^~~~~~~~ -
expression-parser.cpp:22:13: warning: 'yysccsid' defined but not used [-Wunused-variable] 22 | static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; | ^~~~~~~~ -
flex-lexer-plain.cpp:1056:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1056 | register yy_state_type yy_current_state; | ^~~~~~~~~~~~~~~~ -
flex-lexer-plain.cpp:1057:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1057 | register char *yy_cp, *yy_bp; | ^~~~~ -
flex-lexer-plain.cpp:1057:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1057 | register char *yy_cp, *yy_bp; | ^~~~~ -
flex-lexer-plain.cpp:1058:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1058 | register int yy_act; | ^~~~~~ -
flex-lexer-plain.cpp:1106:42: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1106 | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | ^~~~ -
flex-lexer-plain.cpp:1122:1: warning: label 'find_rule' defined but not used [-Wunused-label] 1122 | find_rule: /* we branch to this label when backing up */ | ^~~~~~~~~ -
flex-lexer-plain.cpp:1904:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1904 | register char *dest = yy_current_buffer->yy_ch_buf; | ^~~~ -
flex-lexer-plain.cpp:1905:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1905 | register char *source = yytext_ptr; | ^~~~~~ -
flex-lexer-plain.cpp:1906:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1906 | register int number_to_move, i; | ^~~~~~~~~~~~~~ -
flex-lexer-plain.cpp:1906:38: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1906 | register int number_to_move, i; | ^ -
flex-lexer-plain.cpp:2036:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2036 | register yy_state_type yy_current_state; | ^~~~~~~~~~~~~~~~ -
flex-lexer-plain.cpp:2037:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2037 | register char *yy_cp; | ^~~~~ -
flex-lexer-plain.cpp:2046:34: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2046 | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | ^~~~ -
flex-lexer-plain.cpp:2074:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2074 | register int yy_is_jam; | ^~~~~~~~~ -
flex-lexer-plain.cpp:2076:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2076 | register YY_CHAR yy_c = 1; | ^~~~ -
flex-lexer-plain.cpp:2094:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2094 | static void yyunput( int c, register char *yy_bp ) | ^~~~~ -
flex-lexer-plain.cpp:2101:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2101 | register char *yy_cp = yy_c_buf_p; | ^~~~~ -
flex-lexer-plain.cpp:2109:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2109 | register int number_to_move = yy_n_chars + 2; | ^~~~~~~~~~~~~~ -
flex-lexer-plain.cpp:2110:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2110 | register char *dest = &yy_current_buffer->yy_ch_buf[ | ^~~~ -
flex-lexer-plain.cpp:2112:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2112 | register char *source = | ^~~~~~ -
flex-lexer-plain.cpp:2612:14: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used [-Wunused-function] 2612 | static void *yy_flex_realloc( void *ptr, yy_size_t size ) | ^~~~~~~~~~~~~~~ -
flex-lexer-plain.cpp:2094:13: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function] 2094 | static void yyunput( int c, register char *yy_bp ) | ^~~~~~~ -
flex-lexer-klass.cpp:992:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 992 | register yy_state_type yy_current_state; | ^~~~~~~~~~~~~~~~ -
flex-lexer-klass.cpp:993:20: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 993 | register char *yy_cp, *yy_bp; | ^~~~~ -
flex-lexer-klass.cpp:993:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 993 | register char *yy_cp, *yy_bp; | ^~~~~ -
flex-lexer-klass.cpp:994:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 994 | register int yy_act; | ^~~~~~ -
flex-lexer-klass.cpp:1042:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1042 | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | ^~~~ -
flex-lexer-klass.cpp:1093:38: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1093 | register int c; | ^ -
flex-lexer-klass.cpp:1136:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1136 | register int c; | ^ -
flex-lexer-klass.cpp:1137:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1137 | if (m_keepComments) | ^~ -
flex-lexer-klass.cpp:1058:5: warning: label 'find_rule' defined but not used [-Wunused-label] 1058 | find_rule: /* we branch to this label when backing up */ | ^~~~~~~~~ -
flex-lexer-klass.cpp:1991:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1991 | register char *dest = yy_current_buffer->yy_ch_buf; | ^~~~ -
flex-lexer-klass.cpp:1992:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1992 | register char *source = yytext_ptr; | ^~~~~~ -
flex-lexer-klass.cpp:1993:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1993 | register int number_to_move, i; | ^~~~~~~~~~~~~~ -
flex-lexer-klass.cpp:1993:38: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 1993 | register int number_to_move, i; | ^ -
flex-lexer-klass.cpp:2124:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2124 | register yy_state_type yy_current_state; | ^~~~~~~~~~~~~~~~ -
flex-lexer-klass.cpp:2125:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2125 | register char *yy_cp; | ^~~~~ -
flex-lexer-klass.cpp:2133:34: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2133 | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | ^~~~ -
flex-lexer-klass.cpp:2156:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2156 | register int yy_is_jam; | ^~~~~~~~~ -
flex-lexer-klass.cpp:2158:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2158 | register YY_CHAR yy_c = 1; | ^~~~ -
flex-lexer-klass.cpp:2174:50: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2174 | void yyFlexLexer::yyunput( int c, register char* yy_bp ) | ^~~~~ -
flex-lexer-klass.cpp:2176:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2176 | register char *yy_cp = yy_c_buf_p; | ^~~~~ -
flex-lexer-klass.cpp:2184:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2184 | register int number_to_move = yy_n_chars + 2; | ^~~~~~~~~~~~~~ -
flex-lexer-klass.cpp:2185:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2185 | register char *dest = &yy_current_buffer->yy_ch_buf[ | ^~~~ -
flex-lexer-klass.cpp:2187:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 2187 | register char *source = | ^~~~~~ -
variable-parser.cpp:510:14: warning: unused variable 'cont' [-Wunused-variable] 510 | bool cont(true); | ^~~~ -
variable-parser.cpp:596:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 596 | register int yym, yyn, yystate; | ^~~ -
variable-parser.cpp:596:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 596 | register int yym, yyn, yystate; | ^~~ -
variable-parser.cpp:596:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 596 | register int yym, yyn, yystate; | ^~~~~~~ -
variable-parser.cpp:618:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 618 | if (yyn = yydefred[yystate]) goto yyreduce; | ~~~~^~~~~~~~~~~~~~~~~~~ -
variable-parser.cpp:662:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 662 | yyerror("syntax error"); | ^~~~~~~~~~~~~~ -
variable-parser.cpp:1106:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1106 | yyerror("yacc stack overflow"); | ^~~~~~~~~~~~~~~~~~~~~ -
variable-parser.cpp:661:1: warning: label 'yynewerror' defined but not used [-Wunused-label] 661 | yynewerror: | ^~~~~~~~~~ -
variable-parser.cpp:666:1: warning: label 'yyerrlab' defined but not used [-Wunused-label] 666 | yyerrlab: | ^~~~~~~~ -
variable-parser.cpp:22:13: warning: 'yysccsid' defined but not used [-Wunused-variable] 22 | static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; | ^~~~~~~~ -
scope-parser.cpp:749:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 749 | register int yym, yyn, yystate; | ^~~ -
scope-parser.cpp:749:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 749 | register int yym, yyn, yystate; | ^~~ -
scope-parser.cpp:749:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 749 | register int yym, yyn, yystate; | ^~~~~~~ -
scope-parser.cpp:771:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 771 | if (yyn = yydefred[yystate]) goto yyreduce; | ~~~~^~~~~~~~~~~~~~~~~~~ -
scope-parser.cpp:815:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | yyerror("syntax error"); | ^~~~~~~~~~~~~~ -
scope-parser.cpp:1272:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1272 | yyerror("yacc stack overflow"); | ^~~~~~~~~~~~~~~~~~~~~ -
scope-parser.cpp:814:1: warning: label 'yynewerror' defined but not used [-Wunused-label] 814 | yynewerror: | ^~~~~~~~~~ -
scope-parser.cpp:819:1: warning: label 'yyerrlab' defined but not used [-Wunused-label] 819 | yyerrlab: | ^~~~~~~~ -
scope-parser.cpp:22:13: warning: 'yysccsid' defined but not used [-Wunused-variable] 22 | static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; | ^~~~~~~~ -
function-parser.cpp:606:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 606 | register int yym, yyn, yystate; | ^~~ -
function-parser.cpp:606:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 606 | register int yym, yyn, yystate; | ^~~ -
function-parser.cpp:606:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 606 | register int yym, yyn, yystate; | ^~~~~~~ -
function-parser.cpp:628:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 628 | if (yyn = yydefred[yystate]) goto yyreduce; | ~~~~^~~~~~~~~~~~~~~~~~~ -
function-parser.cpp:672:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 672 | yyerror("syntax error"); | ^~~~~~~~~~~~~~ -
function-parser.cpp:1009:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1009 | yyerror("yacc stack overflow"); | ^~~~~~~~~~~~~~~~~~~~~ -
function-parser.cpp:671:1: warning: label 'yynewerror' defined but not used [-Wunused-label] 671 | yynewerror: | ^~~~~~~~~~ -
function-parser.cpp:676:1: warning: label 'yyerrlab' defined but not used [-Wunused-label] 676 | yyerrlab: | ^~~~~~~~ -
function-parser.cpp:23:13: warning: 'yysccsid' defined but not used [-Wunused-variable] 23 | static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; | ^~~~~~~~ -
engine-parser.cpp:445:30: warning: unused variable 'skind' [-Wunused-variable] 445 | const gchar *skind = ianjuta_symbol_get_string (node, | ^~~~~