Snippets for xreader 4.6.5 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/718bxz3mrjc17pwcwzsqmvpnqf9i6zn3-xreader-4.6.5.drv.
-
../cut-n-paste/synctex/synctex_parser_utils.c:322:52: warning: '__builtin___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/epub/minizip/ioapi.c:224:6: warning: old-style function definition [-Wold-style-definition] 224 | void fill_fopen_filefunc (pzlib_filefunc_def) | ^~~~~~~~~~~~~~~~~~~ -
../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: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/epub/epub-document.c:980:1: warning: 'check_add_page_numbers' defined but not used [-Wunused-function] 980 | check_add_page_numbers(linknode *listdata, contentListNode *comparenode) | ^~~~~~~~~~~~~~~~~~~~~~