Snippets for xreader 4.6.4 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/xreader/4.6.4/3.fc45/data/logs/ppc64le/build.log.
-
../cut-n-paste/synctex/synctex_parser_utils.c:322:52: warning: ‘__strncpy_chk’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 322 | if(dest != strncpy(dest,temp,size)) { | ^ -
../backend/dvi/mdvi-lib/dviread.c:764:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 764 | fread(dvi->fileid, 1, n, p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../backend/dvi/mdvi-lib/vf.c:121:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 121 | fread(name, 1, n, p); | ^~~~~~~~~~~~~~~~~~~~ -
../backend/dvi/mdvi-lib/tfmfile.c:516:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 516 | fread(info->coding, 39, 1, in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../backend/dvi/mdvi-lib/tfmfile.c:525:25: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 525 | fread(info->family, i, 1, in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../backend/dvi/mdvi-lib/tfmfile.c:339:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 339 | fread(info->coding, 39, 1, in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../backend/dvi/mdvi-lib/tfmfile.c:348:25: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 348 | fread(info->family, i, 1, in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../backend/dvi/mdvi-lib/util.c:341:9: warning: ‘strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 341 | strncat (buf, path, strlen (path)); | ^ -
../shell/ev-window.c:5994:1: warning: ‘menubar_deactivate_cb’ defined but not used [-Wunused-function] 5994 | menubar_deactivate_cb (GtkWidget *menubar, | ^~~~~~~~~~~~~~~~~~~~~ -
../backend/pdf/ev-poppler.cc:1096:16: warning: enumeration value ‘POPPLER_ACTION_RESET_FORM’ not handled in switch [-Wswitch] 1096 | switch (action->type) { | ^ -
../backend/pdf/ev-poppler.cc:1494:70: warning: ‘GdkPixbuf* ev_document_misc_get_thumbnail_frame(int, int, GdkPixbuf*)’ is deprecated [-Wdeprecated-declarations] 1494 | border_pixbuf = ev_document_misc_get_thumbnail_frame (-1, -1, pixbuf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
../backend/pdf/ev-poppler.cc:1985:52: warning: ‘GList* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)’ is deprecated: Use poppler_page_get_selected_region instead [-Wdeprecated-declarations] 1985 | region = poppler_page_get_selection_region (poppler_page, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 1986 | 1.0, | ~~~~ 1987 | (PopplerSelectionStyle)style, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1988 | (PopplerRectangle *) points); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../backend/pdf/ev-poppler.cc:2022:52: warning: ‘GList* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)’ is deprecated: Use poppler_page_get_selected_region instead [-Wdeprecated-declarations] 2022 | region = poppler_page_get_selection_region (poppler_page, 1.0, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 2023 | POPPLER_SELECTION_GLYPH, | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024 | &points); | ~~~~~~~~ -
../backend/pdf/ev-poppler.cc:2860:14: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=] 2860 | gint i = 0; | ^ -
../backend/pdf/ev-poppler.cc:2998:51: warning: ‘GList* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)’ is deprecated: Use poppler_page_get_selected_region instead [-Wdeprecated-declarations] 2998 | rects = poppler_page_get_selection_region (page, 1.0, POPPLER_SELECTION_GLYPH, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2999 | (PopplerRectangle *)area); | ~~~~~~~~~~~~~~~~~~~~~~~~~ -
../backend/dvi/mdvi-lib/util.c:341:9: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 341 | strncat (buf, path, strlen (path)); | ^