Snippets for poke 4.3 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/poke/4.3/4.fc45/data/logs/i686/build.log.
-
argp-help.c:1604:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1604 | char *vt = strchr (doc, '\v'); | ^~~~~~ -
jitter/jitter-routine-parser.c:74:25: warning: variable 'jitter_nerrs' set but not used [-Wunused-but-set-variable=] 74 | #define yynerrs jitter_nerrs | ^~~~~~~~~~~~ -
jitterc/jitterc-parser.c:74:25: warning: variable 'jitterc_nerrs' set but not used [-Wunused-but-set-variable=] 74 | #define yynerrs jitterc_nerrs | ^~~~~~~~~~~~~ -
parse-datetime.c:1596:9: warning: variable 'yynerrs' set but not used [-Wunused-but-set-variable=] 1596 | int yynerrs = 0; | ^~~~~~~ -
pkl-trans.c:1517:46: warning: the comparison will always evaluate as 'true' for the address of 'escapables' will never be NULL [-Waddress] 1517 | if (PKL_AST_TRY_STMT_ARG (PKL_PASS_PARENT) && PKL_TRANS_ESCAPABLE) | ^~ -
pkl-trans.c:1526:46: warning: the comparison will always evaluate as 'true' for the address of 'escapables' will never be NULL [-Waddress] 1526 | if (PKL_AST_TRY_STMT_ARG (PKL_PASS_PARENT) && PKL_TRANS_ESCAPABLE) | ^~ -
pkl-typify.c:1516:16: warning: variable 'naa' set but not used [-Wunused-but-set-variable=] 1516 | size_t naa; | ^~~ -
pkl-typify.c:1455:12: warning: variable 'nfa' set but not used [-Wunused-but-set-variable=] 1455 | size_t nfa; | ^~~ -
pkl-diag.c:52:10: warning: variable 'cur_column' set but not used [-Wunused-but-set-variable=] 52 | size_t cur_column = 1; | ^~~~~~~~~~ -
pkl-diag.c:168:3: warning: ignoring return value of 'vasprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 168 | vasprintf (&errmsg, fmt, valist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pkl-diag.c:235:3: warning: ignoring return value of 'vasprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 235 | vasprintf (&msg, fmt, valist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pkl-diag.c:323:5: warning: ignoring return value of 'vasprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 323 | vasprintf (&msg, fmt, valist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pkl-tab.c:74:25: warning: variable 'pkl_tab_nerrs' set but not used [-Wunused-but-set-variable=] 74 | #define yynerrs pkl_tab_nerrs | ^~~~~~~~~~~~~ -
pk-cmd-misc.c:115:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 115 | asprintf (&cmd, "less -p '%s' %s/poke.text", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 116 | argv[1].val.str, poke_docdir); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-ios.c:319:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 319 | asprintf (&tag, "%s%d", | ^~~~~~~~~~~~~~~~~~~~~~~ 320 | io == pk_ios_cur (poke_compiler) ? "* " : " ", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 321 | pk_ios_get_id (io)); | ~~~~~~~~~~~~~~~~~~~ -
pk-cmd-ios.c:340:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 340 | asprintf (&string, "0x%08" PRIx64 "#B", bias / 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-ios.c:342:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 342 | asprintf (&string, "0x%08" PRIx64 "#b", bias); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-ios.c:350:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 350 | asprintf (&size, "0x%08" PRIx64 "#B", pk_ios_size (io)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-ios.c:362:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 362 | asprintf (&cmd, ".ios %d", pk_ios_get_id (io)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-ios.c:380:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 380 | asprintf (&cmd, ".close %d", pk_ios_get_id (io)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-def.c:64:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 64 | asprintf (&source_str, "%s:%d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | last_component (source), first_line); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-def.c:97:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 97 | asprintf (&source_str, "%s:%d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98 | last_component (source), first_line); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-def.c:133:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 133 | asprintf (&cmd, ".info type %s", name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-def.c:145:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 145 | asprintf (&source_str, "%s:%d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 146 | last_component (source), first_line); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-def.c:268:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 268 | asprintf (&stmt, "pk_info_type (typeof (%s));", expr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-editor.c:85:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 85 | asprintf (&cmdline, "%s %s", editor, tmpfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-map.c:251:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 251 | asprintf (&name, "$%s::%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 252 | mapname, PK_MAP_ENTRY_NAME (entry)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-cmd-map.c:522:11: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 522 | asprintf (&ios, "%d", ios_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-map.c:167:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 167 | entry_name = strstr (id, "::"); | ^ -
pk-map.c:711:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 711 | asprintf (&full_filename, "%.*s/%s%s", (int) (e - s), s, mapname, ext); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pk-map-tab.c:74:25: warning: variable 'pk_map_tab_nerrs' set but not used [-Wunused-but-set-variable=] 74 | #define yynerrs pk_map_tab_nerrs | ^~~~~~~~~~~~~~~~ -
../../testsuite/lib/poke-unit.h:46:12: warning: 'xpassed' defined but not used [-Wunused-variable] 46 | static int xpassed; | ^~~~~~~ -
decls.c:46:10: warning: unused variable 'exit_exception' [-Wunused-variable] 46 | pk_val exit_exception; | ^~~~~~~~~~~~~~