configure.ac:195: warning: AC_CHECK_FUNCS($funcs): you should use literals
./lib/autoconf/functions.m4:117: AC_CHECK_FUNCS is expanded from...
configure.ac:195: the top level
configure.ac:987: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:987: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
libgcrypt.m4:23: AM_PATH_LIBGCRYPT is expanded from...
configure.ac:987: the top level
plugin-configure.m4:325: warning: The macro 'AC_HEADER_TIME' is obsolete.
plugin-configure.m4:325: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
plugin-configure.m4:325: the top level
plugin-configure.m4:574: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:743: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:736: AC_PROG_LEX is expanded from...
aclocal.m4:2218: AM_PROG_LEX is expanded from...
plugin-configure.m4:574: the top level
plugin-configure.m4:999: warning: The macro 'AC_HEADER_TIME' is obsolete.
plugin-configure.m4:999: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
plugin-configure.m4:999: the top level
configure.ac:1190: warning: AC_OUTPUT should be used without arguments.
configure.ac:1190: You should run autoupdate.
configure.ac:1268: warning: AC_OUTPUT should be used without arguments.
configure.ac:1268: You should run autoupdate.
configure.ac:132: installing './compile'
configure.ac:9: installing './config.guess'
configure.ac:9: installing './config.sub'
configure.ac:12: installing './install-sh'
configure.ac:12: installing './missing'
Makefile.am: installing './INSTALL'
goffice-bits/Makefile.am: installing './depcomp'
plugins/collab/backends/telepathy/unix/Makefile.am:21: warning: '%'-style pattern rules are a GNU make extension
src/gi-overrides/Makefile.am:2: installing './py-compile'
parallel-tests: installing './test-driver'
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I .
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I .
autoreconf: running: /usr/bin/autoconf --force
configure.ac:195: warning: AC_CHECK_FUNCS($funcs): you should use literals
./lib/autoconf/functions.m4:117: AC_CHECK_FUNCS is expanded from...
configure.ac:195: the top level
configure.ac:987: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:987: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
libgcrypt.m4:23: AM_PATH_LIBGCRYPT is expanded from...
configure.ac:987: the top level
plugin-configure.m4:325: warning: The macro 'AC_HEADER_TIME' is obsolete.
plugin-configure.m4:325: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
plugin-configure.m4:325: the top level
plugin-configure.m4:574: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:743: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:736: AC_PROG_LEX is expanded from...
aclocal.m4:2218: AM_PROG_LEX is expanded from...
plugin-configure.m4:574: the top level
plugin-configure.m4:999: warning: The macro 'AC_HEADER_TIME' is obsolete.
plugin-configure.m4:999: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
plugin-configure.m4:999: the top level
configure.ac:1190: warning: AC_OUTPUT should be used without arguments.
configure.ac:1190: You should run autoupdate.
configure.ac:1268: warning: AC_OUTPUT should be used without arguments.
configure.ac:1268: You should run autoupdate.
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:132: installing './compile'
configure.ac:12: installing './missing'
goffice-bits/Makefile.am: installing './depcomp'
plugins/collab/backends/telepathy/unix/Makefile.am:21: warning: '%'-style pattern rules are a GNU make extension
autoreconf: Leaving directory '.'
configure: WARNING: ots plugin: dependencies not satisfied - libots-1 >= 0.5.0
configure: WARNING: rsvg plugin: not needed with gtk
configure: WARNING: gda plugin: dependencies not satisfied - libgda >= 1.2.0 libgnomedb >= 1.2.0
configure: WARNING: aiksaurus plugin: dependencies not satisfied - aiksaurus-1.0
configure: WARNING: psiconv plugin: program psiconv-config not found in path
ev_UnixFontCombo.cpp: In function ‘GType abi_cell_renderer_font_get_type()’:
ev_UnixFontCombo.cpp:248:25: warning: cast between incompatible function types from ‘void (*)(AbiCellRendererFontClass*)’ {aka ‘void (*)(_AbiCellRendererFontClass*)’} to ‘GClassInitFunc’ {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
248 | (GClassInitFunc) abi_cell_renderer_font_class_init,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ev_UnixFontCombo.cpp:253:25: warning: cast between incompatible function types from ‘void (*)(AbiCellRendererFont*)’ {aka ‘void (*)(_AbiCellRendererFont*)’} to ‘GInstanceInitFunc’ {aka ‘void (*)(_GTypeInstance*, void*)’} [-Wcast-function-type]
253 | (GInstanceInitFunc) abi_cell_renderer_font_instance_init,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ev_UnixFontCombo.cpp: In function ‘GType abi_font_combo_get_type()’:
ev_UnixFontCombo.cpp:403:25: warning: cast between incompatible function types from ‘void (*)(AbiFontComboClass*)’ {aka ‘void (*)(_AbiFontComboClass*)’} to ‘GClassInitFunc’ {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
403 | (GClassInitFunc) abi_font_combo_class_init,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ev_UnixFontCombo.cpp:408:25: warning: cast between incompatible function types from ‘void (*)(AbiFontCombo*)’ {aka ‘void (*)(_AbiFontCombo*)’} to ‘GInstanceInitFunc’ {aka ‘void (*)(_GTypeInstance*, void*)’} [-Wcast-function-type]
408 | (GInstanceInitFunc) abi_font_combo_init,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/af/util/xp/ut_mbtowc.h:14,
from ev_UnixKeyboard.cpp:34:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from ev_UnixMenu.cpp:57:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/refwrap.h:41,
from /usr/include/c++/15.2.0/deque:69,
from /usr/include/c++/15.2.0/stack:68,
from ev_UnixMenu.cpp:38:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from ev_UnixToolbar.cpp:61:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from ev_UnixToolbar.cpp:62:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ev_UnixToolbar.cpp:35:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ev_EditBinding.cpp: In member function ‘void EV_EditBindingMap::getAll(std::map&)’:
ev_EditBinding.cpp:227:13: warning: the address of ‘EV_EditBindingMap::m_pebMT’ will never be NULL [-Waddress]
227 | if (m_pebMT) {
| ^~~~~~~
In file included from ev_EditBinding.cpp:34:
ev_EditBinding.h:96:49: note: ‘EV_EditBindingMap::m_pebMT’ declared here
96 | ev_EB_MouseTable * m_pebMT[EV_COUNT_EMB];
| ^~~~~~~
ev_EditBinding.cpp: In member function ‘void EV_EditBindingMap::findEditBits(const char*, std::vector&)’:
ev_EditBinding.cpp:288:21: warning: the address of ‘EV_EditBindingMap::m_pebMT’ will never be NULL [-Waddress]
288 | if (m_pebMT) {
| ^~~~~~~
ev_EditBinding.h:96:49: note: ‘EV_EditBindingMap::m_pebMT’ declared here
96 | ev_EB_MouseTable * m_pebMT[EV_COUNT_EMB];
| ^~~~~~~
In file included from ../../../../src/af/util/xp/ut_wctomb.h:13,
from ev_Toolbar_Labels.cpp:32:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from gr_UnixCairoGraphics.cpp:30:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
gr_CairoImage.cpp: In member function ‘virtual bool GR_RSVGVectorImage::convertFromBuffer(const UT_ByteBuf*, const std::string&, UT_sint32, UT_sint32)’:
gr_CairoImage.cpp:83:35: warning: ‘gboolean rsvg_handle_write(RsvgHandle*, const guchar*, gsize, GError**)’ is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations]
83 | result = rsvg_handle_write(m_svg, pBB->getPointer(0), pBB->getLength(), NULL);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from gr_CairoImage.h:29,
from gr_CairoImage.cpp:21:
/usr/include/librsvg-2.0/librsvg/rsvg.h:586:10: note: declared here
586 | gboolean rsvg_handle_write (RsvgHandle *handle,
| ^~~~~~~~~~~~~~~~~
gr_CairoImage.cpp:91:35: warning: ‘gboolean rsvg_handle_close(RsvgHandle*, GError**)’ is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations]
91 | result = rsvg_handle_close(m_svg, NULL);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:614:10: note: declared here
614 | gboolean rsvg_handle_close (RsvgHandle *handle, GError **error);
| ^~~~~~~~~~~~~~~~~
gr_CairoImage.cpp:100:35: warning: ‘void rsvg_handle_get_dimensions(RsvgHandle*, RsvgDimensionData*)’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations]
100 | rsvg_handle_get_dimensions(m_svg, &m_size);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:661:6: note: declared here
661 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gr_CairoImage.cpp: In member function ‘void GR_RSVGVectorImage::renderToSurface(cairo_surface_t*)’:
gr_CairoImage.cpp:166:33: warning: ‘gboolean rsvg_handle_render_cairo(RsvgHandle*, cairo_t*)’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
166 | rsvg_handle_render_cairo(m_svg, cr);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /usr/include/librsvg-2.0/librsvg/rsvg.h:1329:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
gr_CairoImage.cpp:173:78: warning: ‘GdkPixbuf* rsvg_handle_get_pixbuf(RsvgHandle*)’ is deprecated: Use 'rsvg_handle_get_pixbuf_and_error' instead [-Wdeprecated-declarations]
173 | m_rasterImage = new GR_UnixImage(name.c_str(), rsvg_handle_get_pixbuf(m_svg));
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /usr/include/librsvg-2.0/librsvg/rsvg.h:1332:
/usr/include/librsvg-2.0/librsvg/rsvg-pixbuf.h:55:12: note: declared here
55 | GdkPixbuf *rsvg_handle_get_pixbuf (RsvgHandle *handle);
| ^~~~~~~~~~~~~~~~~~~~~~
gr_CairoImage.cpp: In member function ‘virtual void GR_RSVGVectorImage::renderToCairo(cairo_t*)’:
gr_CairoImage.cpp:180:33: warning: ‘gboolean rsvg_handle_render_cairo(RsvgHandle*, cairo_t*)’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
180 | rsvg_handle_render_cairo(m_svg, cr);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
gr_Caret.cpp: In static member function ‘static void GR_Caret::s_blink_timeout(UT_Worker*)’:
gr_Caret.cpp:199:44: warning: unused parameter ‘_w’ [-Wunused-parameter]
199 | void GR_Caret::s_blink_timeout(UT_Worker * _w)
| ~~~~~~~~~~~~^~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from gr_Graphics.cpp:32:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
gr_CairoGraphics.cpp: In member function ‘bool GR_CairoGraphics::_scriptBreak(GR_PangoRenderInfo&)’:
gr_CairoGraphics.cpp:1631:20: warning: ‘void pango_break(const char*, int, PangoAnalysis*, PangoLogAttr*, int)’ is deprecated [-Wdeprecated-declarations]
1631 | pango_break(ri.sUTF8->utf8_str(),
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
1632 | ri.sUTF8->byteLength(),
| ~~~~~~~~~~~~~~~~~~~~~~~
1633 | &(pItem->m_pi->analysis),
| ~~~~~~~~~~~~~~~~~~~~~~~~~
1634 | ri.s_pLogAttrs, ri.s_iStaticSize);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/pango-1.0/pango/pango.h:27,
from /usr/include/gtk-3.0/gdk/gdktypes.h:35,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from ../../../../src/af/util/unix/ut_unixColor.h:30,
from ../../../../src/af/util/xp/ut_color.h:169,
from gr_CairoGraphics.h:32,
from gr_CairoGraphics.cpp:28:
/usr/include/pango-1.0/pango/pango-break.h:105:25: note: declared here
105 | void pango_break (const char *text,
| ^~~~~~~~~~~
gr_CairoGraphics.cpp: In destructor ‘virtual GR_PangoFont::~GR_PangoFont()’:
gr_CairoGraphics.cpp:3539:37: warning: ‘void pango_coverage_unref(PangoCoverage*)’ is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations]
3539 | pango_coverage_unref(m_pCover);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
from /usr/include/pango-1.0/pango/pango-attributes.h:25,
from /usr/include/pango-1.0/pango/pango.h:25:
/usr/include/pango-1.0/pango/pango-coverage.h:82:20: note: declared here
82 | void pango_coverage_unref (PangoCoverage *coverage);
| ^~~~~~~~~~~~~~~~~~~~
ut_unixAssert.cpp: In function ‘int UT_UnixAssertMsg(const char*, const char*, int)’:
ut_unixAssert.cpp:76:22: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
76 | fgets(buf,10,stdin);
| ~~~~~^~~~~~~~~~~~~~
In file included from ut_Encoding.cpp:26:
ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from ut_iconv.cpp:37:
ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
ut_iconv.cpp:76:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
76 | auto_iconv::auto_iconv(const char * in_charset, const char *out_charset) throw(UT_iconv_t)
| ^~~~~
ut_html.cpp: In member function ‘virtual UT_Error UT_HTML::parse(const char*)’:
ut_html.cpp:164:54: warning: ‘int xmlSubstituteEntitiesDefault(int)’ is deprecated [-Wdeprecated-declarations]
164 | xmlSubstituteEntitiesDefault (1);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from ut_html.cpp:35:
/usr/include/libxml2/libxml/parser.h:953:17: note: declared here
953 | xmlSubstituteEntitiesDefault(int val);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ut_jpeg.cpp: In function ‘bool UT_JPEG_getRGBData(const UT_ByteBuf*, UT_Byte*, UT_sint32, bool, bool)’:
ut_jpeg.cpp:197:20: warning: unused variable ‘buffer’ [-Wunused-variable]
197 | JSAMPARRAY buffer = (*cinfo.mem->alloc_sarray)
| ^~~~~~
In file included from /usr/include/libgsf-1/gsf/gsf.h:53,
from ut_go_file.h:33,
from ut_go_file.cpp:34:
ut_go_file.cpp: In function ‘GType gsf_output_proxy_get_type()’:
/usr/include/libgsf-1/gsf/gsf-impl-utils.h:47:25: warning: cast between incompatible function types from ‘void (*)(GObjectClass*)’ {aka ‘void (*)(_GObjectClass*)’} to ‘GClassInitFunc’ {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
47 | (GClassInitFunc) class_init, \
/usr/include/libgsf-1/gsf/gsf-impl-utils.h:76:9: note: in expansion of macro ‘GSF_CLASS_FULL’
76 | GSF_CLASS_FULL(name, prefix, NULL, NULL, class_init, NULL, \
| ^~~~~~~~~~~~~~
ut_go_file.cpp:332:1: note: in expansion of macro ‘GSF_CLASS’
332 | GSF_CLASS (GsfOutputProxy, gsf_output_proxy,
| ^~~~~~~~~
/usr/include/libgsf-1/gsf/gsf-impl-utils.h:52:25: warning: cast between incompatible function types from ‘void (*)(GObject*)’ {aka ‘void (*)(_GObject*)’} to ‘GInstanceInitFunc’ {aka ‘void (*)(_GTypeInstance*, void*)’} [-Wcast-function-type]
52 | (GInstanceInitFunc) instance_init, \
/usr/include/libgsf-1/gsf/gsf-impl-utils.h:76:9: note: in expansion of macro ‘GSF_CLASS_FULL’
76 | GSF_CLASS_FULL(name, prefix, NULL, NULL, class_init, NULL, \
| ^~~~~~~~~~~~~~
ut_go_file.cpp:332:1: note: in expansion of macro ‘GSF_CLASS’
332 | GSF_CLASS (GsfOutputProxy, gsf_output_proxy,
| ^~~~~~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from ut_locale.cpp:27:
./ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from ut_misc.cpp:25:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol: replace with "G_UNICODE_SPACING_MARK"
1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
| ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
1304 | _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/glib-visibility.h:108:46: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_FOR’
108 | #define GLIB_DEPRECATED_MACRO_IN_2_30_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gunicode.h:159:57: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_IN_2_30_FOR’
159 | #define G_UNICODE_COMBINING_MARK G_UNICODE_SPACING_MARK GLIB_DEPRECATED_MACRO_IN_2_30_FOR(G_UNICODE_SPACING_MARK)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ut_misc.cpp:228:22: note: in expansion of macro ‘G_UNICODE_COMBINING_MARK’
228 | case G_UNICODE_COMBINING_MARK:
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ut_mbtowc.h:14,
from ut_mbtowc.cpp:24:
ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from ut_string_class.cpp:40:
ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
ut_strptime.c: In function ‘UT_strptime_internal’:
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:431:25: note: in expansion of macro ‘get_number’
431 | get_number (0, 99, 2);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:478:25: note: in expansion of macro ‘get_number’
478 | get_number (0, 23, 2);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:503:25: note: in expansion of macro ‘get_number’
503 | get_number (0, 59, 2);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:592:25: note: in expansion of macro ‘get_number’
592 | get_number (0, 61, 2);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:624:25: note: in expansion of macro ‘get_number’
624 | get_number (0, 99, 2);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:639:25: note: in expansion of macro ‘get_number’
639 | get_number (0, 53, 2);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:645:25: note: in expansion of macro ‘get_number’
645 | get_number (0, 6, 1);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:651:25: note: in expansion of macro ‘get_number’
651 | get_number (0, 99, 2);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:661:25: note: in expansion of macro ‘get_number’
661 | get_number (0, 9999, 4);
| ^~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:165:9: note: in expansion of macro ‘get_number’
165 | get_number(from, to, n)
| ^~~~~~~~~~
ut_strptime.c:786:33: note: in expansion of macro ‘get_alt_number’
786 | get_alt_number (0, 23, 2);
| ^~~~~~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:165:9: note: in expansion of macro ‘get_number’
165 | get_number(from, to, n)
| ^~~~~~~~~~
ut_strptime.c:806:33: note: in expansion of macro ‘get_alt_number’
806 | get_alt_number (0, 59, 2);
| ^~~~~~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:165:9: note: in expansion of macro ‘get_number’
165 | get_number(from, to, n)
| ^~~~~~~~~~
ut_strptime.c:811:33: note: in expansion of macro ‘get_alt_number’
811 | get_alt_number (0, 61, 2);
| ^~~~~~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:165:9: note: in expansion of macro ‘get_number’
165 | get_number(from, to, n)
| ^~~~~~~~~~
ut_strptime.c:817:33: note: in expansion of macro ‘get_alt_number’
817 | get_alt_number (0, 53, 2);
| ^~~~~~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:165:9: note: in expansion of macro ‘get_number’
165 | get_number(from, to, n)
| ^~~~~~~~~~
ut_strptime.c:823:33: note: in expansion of macro ‘get_alt_number’
823 | get_alt_number (0, 6, 1);
| ^~~~~~~~~~~~~~
ut_strptime.c:113:17: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
113 | if (val < from || val > to) \
| ^
ut_strptime.c:165:9: note: in expansion of macro ‘get_number’
165 | get_number(from, to, n)
| ^~~~~~~~~~
ut_strptime.c:829:33: note: in expansion of macro ‘get_alt_number’
829 | get_alt_number (0, 99, 2);
| ^~~~~~~~~~~~~~
In file included from ut_mbtowc.h:14,
from ut_string.cpp:38:
ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from ut_wctomb.h:13,
from ut_wctomb.cpp:21:
ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
ut_xml_libxml2.cpp: In member function ‘virtual UT_Error UT_XML::parse(const char*)’:
ut_xml_libxml2.cpp:205:46: warning: ‘int xmlSubstituteEntitiesDefault(int)’ is deprecated [-Wdeprecated-declarations]
205 | xmlSubstituteEntitiesDefault (1);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from ut_xml_libxml2.cpp:33:
/usr/include/libxml2/libxml/parser.h:953:17: note: declared here
953 | xmlSubstituteEntitiesDefault(int val);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixApp.cpp:49:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_string_class.h:40,
from ../../../../src/af/util/xp/ut_path.h:51,
from xap_UnixApp.cpp:45:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from xap_UnixEncodingManager.h:4,
from xap_UnixApp.cpp:56:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from xap_UnixDlg_ClipArt.cpp:29:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_ClipArt.cpp:25:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDialogHelper.cpp:52:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from xap_UnixDialogHelper.cpp:36:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
xap_UnixDialogHelper.cpp:138:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
138 | std::pointer_to_unary_function *other_function)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
xap_UnixDialogHelper.cpp:204:37: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
204 | std::pointer_to_unary_function *other_function)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_Encoding.cpp:26:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_Encoding.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_DocComparison.cpp:24:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_DocComparison.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_FileOpenSaveAs.cpp:44:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_FileOpenSaveAs.cpp:42:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from xap_UnixDlg_FileOpenSaveAs.h:26,
from xap_UnixDlg_FileOpenSaveAs.cpp:48:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_ColorChooser.cpp:20:
xap_UnixDlg_ColorChooser.h:32:6: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
32 | std::auto_ptr XAP_UnixDlg_RunColorChooser(GtkWindow* parent,
| ^~~~~~~~
In file included from /usr/include/c++/15.2.0/memory:80,
from xap_UnixDlg_ColorChooser.h:22:
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
xap_UnixDlg_ColorChooser.cpp:24:6: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
24 | std::auto_ptr XAP_UnixDlg_RunColorChooser(GtkWindow* parent,
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
xap_UnixDlg_ColorChooser.cpp: In function ‘std::auto_ptr XAP_UnixDlg_RunColorChooser(GtkWindow*, GtkColorButton*)’:
xap_UnixDlg_ColorChooser.cpp:57:21: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
57 | return std::auto_ptr(rgb);
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
In file included from xap_UnixDlg_HTMLOptions.h:27,
from xap_UnixDlg_HTMLOptions.cpp:24:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/xap/xp/xap_Frame.h:26,
from xap_UnixDlg_HTMLOptions.cpp:22:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_Image.cpp:28:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_Image.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_History.cpp:30:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_History.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_Insert_Symbol.cpp:42:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from xap_UnixDlg_Insert_Symbol.cpp:29:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
xap_UnixDlg_Insert_Symbol.cpp: In member function ‘void XAP_UnixDialog_Insert_Symbol::setSymbolMap_size(UT_uint32, UT_uint32)’:
xap_UnixDlg_Insert_Symbol.cpp:408:36: warning: ‘void gtk_widget_get_requisition(GtkWidget*, GtkRequisition*)’ is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations]
408 | gtk_widget_get_requisition (m_windowMain, &diff);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from ./xap_Gtk2Compat.h:27,
from ../../../../src/af/gr/gtk/gr_UnixCairoGraphics.h:27,
from xap_UnixDlg_Insert_Symbol.cpp:38:
/usr/include/gtk-3.0/gtk/gtkwidget.h:948:23: note: declared here
948 | void gtk_widget_get_requisition (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_PluginManager.cpp:31:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_PluginManager.cpp:30:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from xap_UnixDlg_FileOpenSaveAs.h:26,
from xap_UnixDlg_PluginManager.cpp:38:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_Password.cpp:26:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_Password.cpp:22:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_MessageBox.cpp:36:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/functional:51,
from xap_UnixDialogHelper.h:27:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_Language.cpp:27:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_Language.cpp:26:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_ListDocuments.cpp:30:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_ListDocuments.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from xap_UnixEncodingManager.h:4,
from xap_UnixEncodingManager.cpp:9:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from xap_UnixDlg_WindowMore.cpp:26:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_WindowMore.cpp:22:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_Zoom.cpp:30:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from xap_UnixDlg_Zoom.cpp:22:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixFontPreview.cpp:24:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/xap/xp/xap_Frame.h:26,
from xap_UnixFontPreview.cpp:20:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixFrameImpl.cpp:65:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/refwrap.h:41,
from /usr/include/c++/15.2.0/vector:70,
from xap_UnixFrameImpl.cpp:39:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
xap_UnixTableWidget.cpp: In function ‘gboolean popup_grab_on_window(GdkWindow*, guint32)’:
xap_UnixTableWidget.cpp:430:54: warning: unused parameter ‘activate_time’ [-Wunused-parameter]
430 | guint32 activate_time)
| ~~~~~~~~~~~^~~~~~~~~~~~~
xap_UnixTableWidget.cpp: In function ‘GType abi_table_get_type()’:
xap_UnixTableWidget.cpp:701:33: warning: cast between incompatible function types from ‘void (*)(AbiTableClass*)’ to ‘GClassInitFunc’ {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
701 | reinterpret_cast(abi_table_class_init),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xap_UnixTableWidget.cpp:706:33: warning: cast between incompatible function types from ‘void (*)(AbiTable*)’ {aka ‘void (*)(_AbiTable*)’} to ‘GInstanceInitFunc’ {aka ‘void (*)(_GTypeInstance*, void*)’} [-Wcast-function-type]
706 | reinterpret_cast(abi_table_init),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_UnixDlg_FontChooser.cpp:38:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/set:64,
from xap_UnixDlg_FontChooser.cpp:29:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from xap_UnixDlg_FontChooser.cpp:43:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from xap_UnixDlg_Print.cpp:26:
xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/unique_ptr.h:38,
from /usr/include/c++/15.2.0/memory:80,
from ../../../../src/af/gr/xp/gr_Graphics.h:25,
from ../../../../src/af/xap/xp/xap_Dlg_Print.h:23,
from xap_UnixDlg_Print.h:23,
from xap_UnixDlg_Print.cpp:21:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xap_EncodingManager.h:42,
from xap_App.cpp:56:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
xap_App.cpp: In member function ‘std::string XAP_App::createUUIDString() const’:
xap_App.cpp:1703:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
1703 | std::auto_ptr uuido(getUUIDGenerator()->createUUID());
| ^~~~~~~~
In file included from /usr/include/c++/15.2.0/memory:80,
from xap_App.cpp:27:
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
xap_Dictionary.cpp: In member function ‘bool XAP_Dictionary::_parseUTF8()’:
xap_Dictionary.cpp:195:39: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
195 | fread (buf + 1, len - 1, sizeof (gchar), m_fp);
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from xap_Dlg_FileOpenSaveAs.h:26,
from xap_Dlg_FileOpenSaveAs.cpp:28:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from xap_Dlg_FileOpenSaveAs.h:26,
from xap_Dlg_Print.cpp:31:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from xap_EncodingManager.h:42,
from xap_EncodingManager.cpp:23:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
xap_EncodingManager.cpp: In member function ‘virtual void XAP_EncodingManager::initialize()’:
xap_EncodingManager.cpp:1254:29: warning: unnecessary parentheses in declaration of ‘szUCS2BENames’ [-Wparentheses]
1254 | static const char * (szUCS2BENames[]) = {
| ^~~~~~~~~~~~~~~~~
xap_EncodingManager.cpp:1254:29: note: remove parentheses
1254 | static const char * (szUCS2BENames[]) = {
| ^~~~~~~~~~~~~~~~~
| - -
xap_EncodingManager.cpp:1262:29: warning: unnecessary parentheses in declaration of ‘szUCS2LENames’ [-Wparentheses]
1262 | static const char * (szUCS2LENames[]) = {
| ^~~~~~~~~~~~~~~~~
xap_EncodingManager.cpp:1262:29: note: remove parentheses
1262 | static const char * (szUCS2LENames[]) = {
| ^~~~~~~~~~~~~~~~~
| - -
xap_EncodingManager.cpp:1271:29: warning: unnecessary parentheses in declaration of ‘szUCS4BENames’ [-Wparentheses]
1271 | static const char * (szUCS4BENames[]) = {
| ^~~~~~~~~~~~~~~~~
xap_EncodingManager.cpp:1271:29: note: remove parentheses
1271 | static const char * (szUCS4BENames[]) = {
| ^~~~~~~~~~~~~~~~~
| - -
xap_EncodingManager.cpp:1275:29: warning: unnecessary parentheses in declaration of ‘szUCS4LENames’ [-Wparentheses]
1275 | static const char * (szUCS4LENames[]) = {
| ^~~~~~~~~~~~~~~~~
xap_EncodingManager.cpp:1275:29: note: remove parentheses
1275 | static const char * (szUCS4LENames[]) = {
| ^~~~~~~~~~~~~~~~~
| - -
xap_Draw_Symbol.cpp: In member function ‘void XAP_Draw_Symbol::setFontToGC(GR_Graphics*, UT_uint32, UT_uint32)’:
xap_Draw_Symbol.cpp:107:32: warning: ‘%i’ directive writing between 1 and 11 bytes into a region of size 10 [-Wformat-overflow=]
107 | sprintf(temp, "%ipt", PointSize);
| ^~
xap_Draw_Symbol.cpp:107:31: note: using the range [-2147483648, 2147483647] for directive argument
107 | sprintf(temp, "%ipt", PointSize);
| ^~~~~~
In file included from /usr/include/stdio.h:970,
from xap_Draw_Symbol.cpp:20:
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘void XAP_Draw_Symbol::setFontToGC(GR_Graphics*, UT_uint32, UT_uint32)’ at xap_Draw_Symbol.cpp:107:10:
/usr/include/bits/stdio2.h:30:34: note: ‘__builtin___sprintf_chk’ output between 4 and 14 bytes into a destination of size 10
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
xap_Dlg_Zoom.cpp: In member function ‘UT_uint32 XAP_Dialog_Zoom::getZoomPercent()’:
xap_Dlg_Zoom.cpp:86:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
86 | if ( m_pFrame )
| ^~
xap_Dlg_Zoom.cpp:88:9: note: here
88 | case XAP_Frame::z_WHOLEPAGE:
| ^~~~
xap_Dlg_Zoom.cpp:89:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
89 | if ( m_pFrame )
| ^~
xap_Dlg_Zoom.cpp:91:9: note: here
91 | case XAP_Frame::z_PERCENT:
| ^~~~
In file included from ../../../../src/af/util/xp/ut_wctomb.h:13,
from xap_Strings.cpp:31:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
xap_Preview_Zoom.cpp: In member function ‘void XAP_Preview_Zoom::setFont(tFont)’:
xap_Preview_Zoom.cpp:65:43: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
65 | sprintf (fontString, "%dpt", (10 * m_zoomPercent / 100));
| ^
In file included from /usr/include/stdio.h:970,
from xap_Preview_Zoom.cpp:22:
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘void XAP_Preview_Zoom::setFont(tFont)’ at xap_Preview_Zoom.cpp:65:11:
/usr/include/bits/stdio2.h:30:34: note: ‘__builtin___sprintf_chk’ output between 4 and 11 bytes into a destination of size 10
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
abi-builtin-plugins.cpp: In function ‘void abi_register_builtin_plugins()’:
abi-builtin-plugins.cpp:30:25: warning: variable ‘pmi’ set but not used [-Wunused-but-set-variable]
30 | XAP_ModuleInfo *pmi;
| ^~~
In file included from ../../../../src/af/util/xp/ut_mbtowc.h:14,
from fl_DocLayout.cpp:62:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from fl_BlockLayout.cpp:97:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
fl_BlockLayout.cpp: In member function ‘void fl_BlockLayout::getListAttributesVector(UT_GenericVector*) const’:
fl_BlockLayout.cpp:10275:16: warning: the address of ‘buf’ will never be NULL [-Waddress]
10275 | if(buf != NULL)
| ^
fl_BlockLayout.cpp:10253:23: note: ‘buf’ declared here
10253 | static gchar buf[5];
| ^~~
fl_AutoNum.cpp: In member function ‘void fl_AutoNum::setDelim(const gchar*)’:
fl_AutoNum.cpp:616:16: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 80 equals destination size [-Wstringop-truncation]
616 | strncpy( m_pszDelim, lDelim, 80);
| ^
fl_AutoNum.cpp: In member function ‘void fl_AutoNum::setDecimal(const gchar*)’:
fl_AutoNum.cpp:633:16: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 80 equals destination size [-Wstringop-truncation]
633 | strncpy( m_pszDecimal, lDecimal, 80);
| ^
fl_AutoNum.cpp: In constructor ‘fl_AutoNum::fl_AutoNum(UT_uint32, UT_uint32, FL_ListType, UT_uint32, const gchar*, const gchar*, PD_Document*, FV_View*)’:
fl_AutoNum.cpp:75:24: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 80 equals destination size [-Wstringop-truncation]
75 | strncpy( m_pszDelim, lDelim, 80);
| ^
fl_AutoNum.cpp:78:24: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 80 equals destination size [-Wstringop-truncation]
78 | strncpy( m_pszDecimal, lDecimal, 80);
| ^
fl_BlockLayout.cpp:10267:22: warning: ‘%i’ directive writing between 1 and 11 bytes into a region of size 5 [-Wformat-overflow=]
10267 | sprintf(buf,"%i",level);
| ^~
fl_BlockLayout.cpp:10267:21: note: using the range [-2147483648, 2147483647] for directive argument
10267 | sprintf(buf,"%i",level);
| ^~~~
In file included from /usr/include/stdio.h:970,
from fl_BlockLayout.cpp:26:
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘void fl_BlockLayout::getListAttributesVector(UT_GenericVector*) const’ at fl_BlockLayout.cpp:10267:9:
/usr/include/bits/stdio2.h:30:34: note: ‘__builtin___sprintf_chk’ output between 2 and 12 bytes into a destination of size 5
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
fl_BlockLayout.cpp: In member function ‘void fl_BlockLayout::StartList(FL_ListType, UT_uint32, const gchar*, const gchar*, const gchar*, float, float, UT_uint32, UT_uint32)’:
fl_BlockLayout.cpp:10417:16: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 20 equals destination size [-Wstringop-truncation]
10417 | strncpy( pszAlign, UT_convertInchesToDimensionString(DIM_IN, Align, 0), sizeof(pszAlign));
| ^
fl_BlockLayout.cpp:10419:16: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 20 equals destination size [-Wstringop-truncation]
10419 | strncpy( pszIndent, UT_convertInchesToDimensionString(DIM_IN, indent, 0), sizeof(pszIndent));
| ^
fl_BlockLayout.cpp: In member function ‘void fl_BlockLayout::StopListInBlock()’:
fl_BlockLayout.cpp:10574:40: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 30 equals destination size [-Wstringop-truncation]
10574 | strncpy( align,
| ^
fl_BlockLayout.cpp:10577:40: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 30 equals destination size [-Wstringop-truncation]
10577 | strncpy( indent,
| ^
fl_BlockLayout.cpp:10565:40: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 30 equals destination size [-Wstringop-truncation]
10565 | strncpy( align,
| ^
fl_DocListener.cpp: In member function ‘virtual bool fl_DocListener::populateStrux(pf_Frag_Strux*, const PX_ChangeRecord*, fl_ContainerLayout**)’:
fl_DocListener.cpp:616:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
616 | }
| ^
fl_DocListener.cpp:617:9: note: here
617 | case PTX_Block:
| ^~~~
fl_DocListener.cpp: In member function ‘virtual bool fl_DocListener::insertStrux(fl_ContainerLayout*, const PX_ChangeRecord*, pf_Frag_Strux*, PL_ListenerId, void (*)(pf_Frag_Strux*, PL_ListenerId, fl_ContainerLayout*))’:
fl_DocListener.cpp:2356:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
2356 | }
| ^
fl_DocListener.cpp:2357:5: note: here
2357 | case PTX_SectionFrame: // The immediately prior strux is a Frame
| ^~~~
In file included from fp_RDFAnchorRun.cpp:34:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_misc.h:39,
from fp_Run.h:33,
from fp_RDFAnchorRun.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
fp_RDFAnchorRun.cpp: In member function ‘virtual void fp_RDFAnchorRun::_draw(dg_DrawArgs*)’:
fp_RDFAnchorRun.cpp:94:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
94 | if(!displayAnnotations())
| ^~
fp_RDFAnchorRun.cpp:96:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
96 | if(!m_bIsStart)
| ^~
fp_RDFAnchorRun.cpp: In member function ‘virtual void fp_RDFAnchorRun::_clearScreen(bool)’:
fp_RDFAnchorRun.cpp:180:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
180 | if(getWidth() == 0)
| ^~
In file included from /usr/include/boost/assert.hpp:64,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
from /usr/include/boost/shared_ptr.hpp:17,
from ../../../../src/text/ptbl/xp/pd_Document.h:73,
from fp_RDFAnchorRun.cpp:26:
../../../../src/af/util/xp/ut_assert.h:144:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
144 | # define UT_ASSERT assert
| ^~~~~~
fp_RDFAnchorRun.cpp:183:9: note: in expansion of macro ‘UT_ASSERT’
183 | UT_ASSERT(getGraphics()->queryProperties(GR_Graphics::DGP_SCREEN));
| ^~~~~~~~~
fl_SectionLayout.cpp: In member function ‘void fl_HdrFtrSectionLayout::layout()’:
fl_SectionLayout.cpp:3998:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
3998 | if(m_pHdrFtrContainer)
| ^~
fl_SectionLayout.cpp:4003:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
4003 | UT_uint32 iCount = m_vecPages.getItemCount();
| ^~~~~~~~~
In file included from ../../../../src/af/util/xp/ut_mbtowc.h:14,
from fp_EmbedRun.cpp:29:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
fp_Line.cpp: In member function ‘void fp_Line::_calculateWidthOfRun(UT_sint32&, fp_Run*, UT_uint32, UT_uint32, FL_WORKING_DIRECTION, FL_WHICH_TABSTOP, UT_BidiCharType)’:
fp_Line.cpp:2751:42: warning: this statement may fall through [-Wimplicit-fallthrough=]
2751 | pRun->recalcWidth();
| ~~~~~~~~~~~~~~~~~^~
fp_Line.cpp:2755:17: note: here
2755 | default:
| ^~~~~~~
In file included from ../../../../src/af/util/xp/ut_mbtowc.h:14,
from fp_MathRun.cpp:28:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
fp_Run.cpp: In member function ‘void fp_Run::Run_setX(UT_sint32, FPRUN_CLEAR_SCREEN)’:
fp_Run.cpp:770:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
770 | if (iX == m_iX)
| ^~
fp_Run.cpp:775:17: note: here
775 | case FP_CLEARSCREEN_FORCE:
| ^~~~
fp_TableContainer.cpp: In member function ‘void fp_CellContainer::_getBrokenRect(fp_TableContainer*, fp_Page*&, UT_Rect&, GR_Graphics*)’:
fp_TableContainer.cpp:526:57: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
526 | bRec = UT_Rect(iLeft,iTop,iRight-iLeft,iBot-iTop);
| ^
In file included from fp_TableContainer.h:57,
from fp_TableContainer.cpp:55:
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fp_Page.cpp: In constructor ‘fp_Page::fp_Page(FL_DocLayout*, FV_View*, const fp_PageSize&, fl_DocSectionLayout*)’:
fp_Page.cpp:56:17: warning: implicitly-declared ‘constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)’ is deprecated [-Wdeprecated-copy]
56 | m_pageSize(pageSize),
| ^~~~~~~~~~~~~~~~~~~~
In file included from fp_Page.h:28,
from fp_Page.cpp:27:
fp_PageSize.h:61:27: note: because ‘fp_PageSize’ has user-provided ‘fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)’
61 | fp_PageSize& operator=(const fp_PageSize& rhs);
| ^~~~~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from fp_TextRun.cpp:52:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
fv_InlineImage.cpp: In member function ‘void FV_VisualInlineImage::getImageFromSelection(UT_sint32, UT_sint32, PP_AttrProp**)’:
fv_InlineImage.cpp:550:77: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
550 | m_recCurFrame = UT_Rect(xoff,yoff,pRun->getWidth(),pRun->getHeight());
| ^
In file included from fl_AutoNum.h:29,
from fl_Layout.h:27,
from fl_FrameLayout.h:26,
from fv_InlineImage.h:24,
from fv_InlineImage.cpp:21:
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
In file included from ../../../../src/wp/impexp/xp/ie_exp_RTF.h:28,
from fv_Selection.cpp:32:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from fv_View_cmd.cpp:113:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/refwrap.h:41,
from /usr/include/c++/15.2.0/vector:70,
from fv_View_cmd.cpp:31:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from ../../../../src/af/util/xp/ut_mbtowc.h:14,
from ../../../../src/wp/impexp/xp/ie_imp_RTF.h:36,
from fv_View.cpp:43:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
fv_ViewDoubleBuffering.cpp: In member function ‘void FV_ViewDoubleBuffering::beginDoubleBuffering()’:
fv_ViewDoubleBuffering.cpp:54:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
54 | if( XAP_App::getApp()->getDisableDoubleBuffering() )
| ^~
fv_ViewDoubleBuffering.cpp:57:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
57 | if(m_bSuspendDirectDrawing == true && m_bCallDrawOnlyAtTheEnd == false)
| ^~
fv_ViewDoubleBuffering.cpp: In member function ‘void FV_ViewDoubleBuffering::endDoubleBuffering()’:
fv_ViewDoubleBuffering.cpp:85:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
85 | if( XAP_App::getApp()->getDisableDoubleBuffering() )
| ^~
fv_ViewDoubleBuffering.cpp:88:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
88 | if(!m_pView->unregisterDoubleBufferingObject(this))
| ^~
fv_ViewDoubleBuffering.cpp: In member function ‘void FV_ViewDoubleBuffering::extendDrawArgsIfNeccessary(UT_Rect*, const UT_Rect*, bool)’:
fv_ViewDoubleBuffering.cpp:162:41: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
162 | mostExtArgs.fullRect = *thisCallRect;
| ^~~~~~~~~~~~
In file included from ../../../../src/af/gr/xp/gr_Graphics.h:32,
from fv_ViewDoubleBuffering.h:23,
from fv_ViewDoubleBuffering.cpp:20:
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_ViewDoubleBuffering.cpp:163:41: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
163 | mostExtArgs.clipRect = *clipRectFromGraphics;
| ^~~~~~~~~~~~~~~~~~~~
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
In file included from fv_View_protected.cpp:59:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_misc.h:39,
from fv_View_protected.cpp:35:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from fv_View.cpp:64:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_string_class.h:40,
from ../../../../src/af/util/xp/ut_locale.h:24,
from fv_View.cpp:31:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
fv_View.cpp: In member function ‘virtual void FV_View::drawSelectionBox(UT_Rect&, bool)’:
fv_View.cpp:8511:58: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
8511 | box = UT_Rect(left, top, boxSize, boxSize);
| ^
In file included from ./fl_AutoNum.h:29,
from ../../../../src/text/ptbl/xp/pd_Document.h:42,
from ../../../../src/text/ptbl/xp/pf_Frag_Strux.h:27,
from fv_View.cpp:33:
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp:8513:89: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
8513 | box = UT_Rect(left + (right - left)/2 - boxSize/2, top, boxSize, boxSize);
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp:8515:78: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
8515 | box = UT_Rect(right-boxSize+pG->tlu(1), top, boxSize, boxSize);
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp:8517:113: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
8517 | box = UT_Rect(right-boxSize+pG->tlu(1), top + ((bottom - top) / 2) - boxSize/2, boxSize, boxSize);
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp:8519:104: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
8519 | box = UT_Rect(right-boxSize+pG->tlu(1), bottom - boxSize + pG->tlu(1), boxSize, boxSize);
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp:8521:115: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
8521 | box = UT_Rect(left + (right - left)/2 - boxSize/2, bottom - boxSize + pG->tlu(1), boxSize, boxSize);
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp:8523:84: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
8523 | box = UT_Rect(left, bottom - boxSize + pG->tlu(1), boxSize, boxSize);
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp:8525:93: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
8525 | box = UT_Rect(left, top + ((bottom - top) / 2) - boxSize/2, boxSize, boxSize);
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp: In member function ‘EV_EditMouseContext FV_View::_getMouseContext(UT_sint32, UT_sint32)’:
fv_View.cpp:10469:38: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
10469 | std::auto_ptr pRec( pLine->getScreenRect() );
| ^~~~~~~~
In file included from /usr/include/c++/15.2.0/memory:80,
from ./fl_AutoNum.h:25:
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
fv_View.cpp:10505:30: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
10505 | std::auto_ptr pRec( pLine->getScreenRect() );
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
fv_View.cpp:10553:102: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
10553 | m_selImageRect = UT_Rect(xoff,yoff,pRun->getWidth(),pRun->getHeight());
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp:10617:102: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
10617 | m_selImageRect = UT_Rect(xoff,yoff,pRun->getWidth(),pRun->getHeight());
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp: In member function ‘virtual EV_EditMouseContext FV_View::getInsertionPointContext(UT_sint32*, UT_sint32*)’:
fv_View.cpp:11077:102: warning: implicitly-declared ‘UT_Rect& UT_Rect::operator=(const UT_Rect&)’ is deprecated [-Wdeprecated-copy]
11077 | m_selImageRect = UT_Rect(xoff,yoff,pRun->getWidth(),pRun->getHeight());
| ^
../../../../src/af/util/xp/ut_misc.h:53:9: note: because ‘UT_Rect’ has user-provided ‘UT_Rect::UT_Rect(const UT_Rect&)’
53 | UT_Rect(const UT_Rect &);
| ^~~~~~~
fv_View.cpp: In member function ‘FV_View_BubbleBlocker FV_View::getBubbleBlocker()’:
fv_View.cpp:13143:16: warning: implicitly-declared ‘constexpr FV_View_BubbleBlocker::FV_View_BubbleBlocker(const FV_View_BubbleBlocker&)’ is deprecated [-Wdeprecated-copy]
13143 | return ret;
| ^~~
In file included from ../../../../src/wp/ap/xp/ap_FrameData.h:25,
from fv_View.cpp:88:
./fv_View.h:230:28: note: because ‘FV_View_BubbleBlocker’ has user-provided ‘FV_View_BubbleBlocker& FV_View_BubbleBlocker::operator=(const FV_View_BubbleBlocker&)’
230 | FV_View_BubbleBlocker& operator=( const FV_View_BubbleBlocker& r );
| ^~~~~~~~
fv_View.cpp: In member function ‘virtual UT_uint32 FV_View::calculateZoomPercentForPageWidth() const’:
fv_View.cpp:13554:50: warning: implicitly-declared ‘constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)’ is deprecated [-Wdeprecated-copy]
13554 | const fp_PageSize pageSize = getPageSize();
| ^
In file included from ../../../../src/text/ptbl/xp/pd_Document.h:41:
./fp_PageSize.h:61:27: note: because ‘fp_PageSize’ has user-provided ‘fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)’
61 | fp_PageSize& operator=(const fp_PageSize& rhs);
| ^~~~~~~~
fv_View.cpp: In member function ‘virtual UT_uint32 FV_View::calculateZoomPercentForPageHeight() const’:
fv_View.cpp:13606:50: warning: implicitly-declared ‘constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)’ is deprecated [-Wdeprecated-copy]
13606 | const fp_PageSize pageSize = getPageSize();
| ^
./fp_PageSize.h:61:27: note: because ‘fp_PageSize’ has user-provided ‘fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)’
61 | fp_PageSize& operator=(const fp_PageSize& rhs);
| ^~~~~~~~
fv_View.cpp: In member function ‘void FV_View::changeListStyle(const fl_AutoNumPtr&, FL_ListType, UT_uint32, const gchar*, const gchar*, const gchar*, float, float)’:
fv_View.cpp:6033:16: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 20 equals destination size [-Wstringop-truncation]
6033 | strncpy( pszAlign,
| ^
fv_View.cpp:6037:16: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 20 equals destination size [-Wstringop-truncation]
6037 | strncpy( pszIndent,
| ^
In file included from ../../../../src/af/util/xp/ut_mbtowc.h:14,
from ../../../../src/wp/impexp/xp/ie_imp_RTF.h:36,
from fv_UnixVisualDrag.cpp:32:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
from /usr/include/gtk-3.0/gdk/gdk.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from gtktexthandleprivate.h:21,
from gtktexthandle.cpp:18:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
| ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
1304 | _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_FOR’
584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtktexthandle.cpp:518:25: note: in expansion of macro ‘G_TYPE_INSTANCE_GET_PRIVATE’
518 | handle->priv = priv = G_TYPE_INSTANCE_GET_PRIVATE (handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gtktexthandle.cpp: In function ‘void _fv_text_handle_class_init(FvTextHandleClass*)’:
gtktexthandle.cpp:509:28: warning: ‘void g_type_class_add_private(gpointer, gsize)’ is deprecated [-Wdeprecated-declarations]
509 | g_type_class_add_private (object_class, sizeof (FvTextHandlePrivate));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
1503 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from pd_Document.cpp:37:
pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from pd_Document.cpp:28:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from pd_RDFSupport.h:25,
from pd_RDFSupport.cpp:24:
pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from pd_DocumentRDF.h:25:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pd_RDFSupport.cpp: In function ‘std::string toString(librdf_node*)’:
pd_RDFSupport.cpp:290:30: warning: ‘unsigned char* librdf_node_to_string(librdf_node*)’ is deprecated [-Wdeprecated-declarations]
290 | z = librdf_node_to_string( node );
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/librdf.h:399,
from /usr/include/redland.h:30,
from pd_RDFSupport.cpp:39:
/usr/include/rdf_node.h:171:16: note: declared here
171 | unsigned char *librdf_node_to_string(librdf_node* node);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from pd_DocumentRDF.cpp:24:
pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from pd_DocumentRDF.h:25:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pd_Document.cpp: In member function ‘bool PD_Document::_acceptRejectRevision(bool, UT_uint32, UT_uint32, const PP_Revision*, PP_RevisionAttr&, pf_Frag*, bool&)’:
pd_Document.cpp:7342:64: warning: ‘void operator delete(void*)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
7342 | delete ppAttr2;
| ^~~~~~~
pd_Document.cpp:7292:90: note: returned from ‘void* operator new [](std::size_t)’
7292 | ppAttr2 = new const gchar *[2*pRev->getAttributeCount()+3];
| ^
pd_Document.cpp:7388:40: warning: ‘void operator delete(void*)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
7388 | delete ppProps;
| ^~~~~~~
pd_Document.cpp:7291:89: note: returned from ‘void* operator new [](std::size_t)’
7291 | ppProps = new const gchar *[2*pRev->getPropertyCount()+1];
| ^
pd_DocumentRDF.cpp: In member function ‘virtual PD_RDFModelIterator PD_DocumentRDF::begin()’:
pd_DocumentRDF.cpp:3446:12: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
3446 | return iter;
| ^~~~
pd_DocumentRDF.cpp:1351:1: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
1351 | PD_RDFModelIterator::operator=( const PD_RDFModelIterator& r )
| ^~~~~~~~~~~~~~~~~~~
In file included from pd_RDFQuery.h:32,
from pd_RDFQuery.cpp:26:
pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from pd_RDFQuery.h:25:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pd_RDFQuery.cpp: In function ‘std::string tostr(librdf_node*)’:
pd_RDFQuery.cpp:68:55: warning: ‘unsigned char* librdf_node_to_string(librdf_node*)’ is deprecated [-Wdeprecated-declarations]
68 | std::string s = (const char*)librdf_node_to_string( n );
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/librdf.h:399,
from /usr/include/redland.h:30,
from pd_RDFQuery.cpp:42:
/usr/include/rdf_node.h:171:16: note: declared here
171 | unsigned char *librdf_node_to_string(librdf_node* node);
| ^~~~~~~~~~~~~~~~~~~~~
pf_Frag.cpp: In function ‘bool isStuxType(const pf_Frag*, PTStruxType)’:
pf_Frag.cpp:178:38: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
178 | const pf_Frag_Strux* const pfs = static_cast(pf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from pf_Frag.cpp:244:
pd_DocumentRDF.h: At global scope:
pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from pf_Frag.h:29,
from pf_Frag.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from pl_ListenerCoupleCloser.cpp:32:
./pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from pl_ListenerCoupleCloser.h:29,
from pl_ListenerCoupleCloser.cpp:20:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
./pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
./pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
./pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
./pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
./pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
pl_ListenerCoupleCloser.cpp: In member function ‘virtual bool PL_ListenerCoupleCloser::populateAfter(fl_ContainerLayout*, const PX_ChangeRecord*)’:
pl_ListenerCoupleCloser.cpp:302:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
302 | }
| ^
pl_ListenerCoupleCloser.cpp:303:17: note: here
303 | case PTO_RDFAnchor:
| ^~~~
pl_ListenerCoupleCloser.cpp: In member function ‘virtual bool PL_ListenerCoupleCloser::populateBefore(fl_ContainerLayout*, const PX_ChangeRecord*)’:
pl_ListenerCoupleCloser.cpp:404:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
404 | }
| ^
pl_ListenerCoupleCloser.cpp:405:17: note: here
405 | case PTO_RDFAnchor:
| ^~~~
pt_PT_DeleteStrux.cpp: In member function ‘bool pt_PieceTable::_unlinkStrux_Block(pf_Frag_Strux*, pf_Frag**, UT_uint32*)’:
pt_PT_DeleteStrux.cpp:229:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
229 | }
| ^
pt_PT_DeleteStrux.cpp:231:9: note: here
231 | case PTX_SectionHdrFtr:
| ^~~~
pt_PT_DeleteSpan.cpp: In member function ‘bool pt_PieceTable::_tweakDeleteSpanOnce(PT_DocPosition&, PT_DocPosition&, UT_Stack*) const’:
pt_PT_DeleteSpan.cpp:1696:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
1696 | if (dpos2 == dpos1 + pf_First->getLength())
| ^~
pt_PT_DeleteSpan.cpp:1709:17: note: here
1709 | case PTX_SectionHdrFtr:
| ^~~~
pt_PT_InsertStrux.cpp: In member function ‘bool pt_PieceTable::_computeFmtMarkForNewBlock(pf_Frag_Strux*, pf_Frag*, PT_BlockOffset, PT_AttrPropIndex*)’:
pt_PT_InsertStrux.cpp:724:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
724 | }
| ^
pt_PT_InsertStrux.cpp:726:17: note: here
726 | case pf_Frag::PFT_Strux:
| ^~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from pt_PT_Styles.cpp:34:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from /usr/include/boost/smart_ptr/detail/deprecated_macros.hpp:8,
from /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:20,
from /usr/include/boost/smart_ptr/detail/shared_count.hpp:22,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
from /usr/include/boost/shared_ptr.hpp:17,
from pd_Document.h:73,
from px_ChangeRecord.h:27,
from px_ChangeHistory.h:25,
from pt_PieceTable.h:35,
from pt_PT_Listener.cpp:26:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ap_DocView.cpp:32:
ap_DocView.cpp: In function ‘GType ap_DocView_get_type()’:
/usr/include/libgsf-1/gsf/gsf-impl-utils.h:47:25: warning: cast between incompatible function types from ‘void (*)(GtkWidgetClass*)’ {aka ‘void (*)(_GtkWidgetClass*)’} to ‘GClassInitFunc’ {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
47 | (GClassInitFunc) class_init, \
/usr/include/libgsf-1/gsf/gsf-impl-utils.h:76:9: note: in expansion of macro ‘GSF_CLASS_FULL’
76 | GSF_CLASS_FULL(name, prefix, NULL, NULL, class_init, NULL, \
| ^~~~~~~~~~~~~~
ap_DocView.cpp:65:1: note: in expansion of macro ‘GSF_CLASS’
65 | GSF_CLASS(ApDocView, ap_DocView,
| ^~~~~~~~~
In file included from ap_UnixDialog_Annotation.cpp:30:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Annotation.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Background.cpp:26:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/functional:51,
from ../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:27:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ap_UnixApp.cpp:868:33: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
868 | if(0 == strcmp (suffix, "."G_MODULE_SUFFIX))
| ^
In file included from ap_UnixApp.cpp:87:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_string_class.h:40,
from ../../../../src/af/util/xp/ut_path.h:51,
from ap_UnixApp.cpp:51:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixApp.cpp:88:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
ap_UnixApp.cpp: In member function ‘bool AP_UnixApp::makePngPreview(const char*, const char*, UT_sint32, UT_sint32)’:
ap_UnixApp.cpp:1212:15: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct dg_DrawArgs’; use assignment or value-initialization instead [-Wclass-memaccess]
1212 | memset(&da, 0, sizeof(da));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixApp.cpp:112:
../../../../src/af/gr/xp/gr_DrawArgs.h:27:19: note: ‘struct dg_DrawArgs’ declared here
27 | struct ABI_EXPORT dg_DrawArgs
| ^~~~~~~~~~~
ap_UnixApp.cpp: In constructor ‘AP_UnixApp::AP_UnixApp(const char*)’:
ap_UnixApp.cpp:166:9: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare]
166 | if(this == 0)
| ^~
In file included from ap_UnixDialog_Break.cpp:28:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Break.cpp:22:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Columns.cpp:36:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Columns.cpp:29:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_All.h:97,
from ap_UnixDialogFactory.cpp:28:
ap_UnixDialog_FormatTOC.h:21: warning: header guard ‘AP_UNIXDIALOG_FORMATTOC_H’ followed by ‘#define’ of a different macro [-Wheader-guard]
21 | #ifndef AP_UNIXDIALOG_FORMATTOC_H
ap_UnixDialog_FormatTOC.h:22: note: ‘AP_UNIXDIALOG_FORMATOC_H’ is defined here; did you mean ‘AP_UNIXDIALOG_FORMATTOC_H’?
22 | #define AP_UNIXDIALOG_FORMATOC_H
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from ../../../../src/af/xap/gtk/xap_UnixDlg_FileOpenSaveAs.h:26,
from ap_UnixDialog_All.h:51:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/af/xap/gtk/xap_UnixDlg_Encoding.h:28,
from ap_UnixDialog_All.h:52:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/xap/xp/xap_DialogFactory.h:45,
from ../../../../src/af/xap/gtk/xap_UnixDialogFactory.h:25,
from ap_UnixDialogFactory.cpp:27:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Border_Shading.cpp:31:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_string_class.h:40,
from ../../../../src/af/util/xp/ut_locale.h:24,
from ap_UnixDialog_Border_Shading.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Border_Shading.cpp:32:
../../../../src/af/xap/gtk/xap_UnixDlg_ColorChooser.h:32:6: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
32 | std::auto_ptr XAP_UnixDlg_RunColorChooser(GtkWindow* parent,
| ^~~~~~~~
In file included from /usr/include/c++/15.2.0/memory:80,
from ../../../../src/af/xap/gtk/xap_UnixDlg_ColorChooser.h:22:
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_Dialog_Goto.h:28,
from ap_UnixDialog_Goto.h:24,
from ap_UnixDialog_All.h:63:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from ap_UnixDialog_PageSetup.h:24,
from ap_UnixDialog_All.h:65:
../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h: In member function ‘fp_PageSize AP_Dialog_PageSetup::getPageSize() const’:
../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h:41:63: warning: implicitly-declared ‘constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)’ is deprecated [-Wdeprecated-copy]
41 | #define SET_GATHER(a, u) inline u get##a(void) const {return m_##a;} \
| ^~
../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h:43:9: note: in expansion of macro ‘SET_GATHER’
43 | SET_GATHER(PageSize, fp_PageSize);
| ^~~~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h:27:
../../../../src/text/fmt/xp/fp_PageSize.h:61:27: note: because ‘fp_PageSize’ has user-provided ‘fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)’
61 | fp_PageSize& operator=(const fp_PageSize& rhs);
| ^~~~~~~~
In file included from /usr/include/boost/smart_ptr/detail/deprecated_macros.hpp:8,
from /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:20,
from /usr/include/boost/smart_ptr/detail/shared_count.hpp:22,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
from /usr/include/boost/shared_ptr.hpp:17,
from ../../../../src/text/ptbl/xp/pd_Document.h:73,
from ../../../../src/wp/impexp/xp/ie_imp.h:32,
from ../../../../src/wp/ap/xp/ap_Dialog_Border_Shading.h:34,
from ap_UnixDialog_Border_Shading.cpp:44:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
ap_UnixDialog_Border_Shading.cpp: In function ‘gboolean s_on_border_color_clicked(GtkWidget*, GdkEventButton*, gpointer)’:
ap_UnixDialog_Border_Shading.cpp:132:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
132 | std::auto_ptr color =
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
ap_UnixDialog_Border_Shading.cpp: In function ‘gboolean s_on_shading_color_clicked(GtkWidget*, GdkEventButton*, gpointer)’:
ap_UnixDialog_Border_Shading.cpp:174:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
174 | std::auto_ptr color =
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
In file included from ap_UnixDialog_Field.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Field.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_FormatTOC.cpp:38:
ap_UnixDialog_FormatTOC.h:21: warning: header guard ‘AP_UNIXDIALOG_FORMATTOC_H’ followed by ‘#define’ of a different macro [-Wheader-guard]
21 | #ifndef AP_UNIXDIALOG_FORMATTOC_H
ap_UnixDialog_FormatTOC.h:22: note: ‘AP_UNIXDIALOG_FORMATOC_H’ is defined here; did you mean ‘AP_UNIXDIALOG_FORMATTOC_H’?
22 | #define AP_UNIXDIALOG_FORMATOC_H
In file included from ap_UnixDialog_FormatTOC.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_FormatTOC.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_FormatTable.cpp:31:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_string_class.h:40,
from ../../../../src/af/util/xp/ut_locale.h:24,
from ap_UnixDialog_FormatTable.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_FormatTable.cpp:32:
../../../../src/af/xap/gtk/xap_UnixDlg_ColorChooser.h:32:6: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
32 | std::auto_ptr XAP_UnixDlg_RunColorChooser(GtkWindow* parent,
| ^~~~~~~~
In file included from /usr/include/c++/15.2.0/memory:80,
from ../../../../src/af/xap/gtk/xap_UnixDlg_ColorChooser.h:22:
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
In file included from /usr/include/boost/smart_ptr/detail/deprecated_macros.hpp:8,
from /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:20,
from /usr/include/boost/smart_ptr/detail/shared_count.hpp:22,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
from /usr/include/boost/shared_ptr.hpp:17,
from ../../../../src/text/ptbl/xp/pd_Document.h:73,
from ../../../../src/wp/impexp/xp/ie_imp.h:32,
from ../../../../src/wp/ap/xp/ap_Dialog_FormatTable.h:33,
from ap_UnixDialog_FormatTable.cpp:44:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
ap_UnixDialog_FormatTable.cpp: In function ‘gboolean AP_UnixDialog_FormatTable__onBorderColorClicked(GtkWidget*, GdkEventButton*, gpointer)’:
ap_UnixDialog_FormatTable.cpp:151:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
151 | std::auto_ptr color =
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
ap_UnixDialog_FormatTable.cpp: In function ‘gboolean AP_UnixDialog_FormatTable__onBackgroundColorClicked(GtkWidget*, GdkEventButton*, gpointer)’:
ap_UnixDialog_FormatTable.cpp:179:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
179 | std::auto_ptr color =
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
In file included from ap_UnixDialog_FormatFrame.cpp:33:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_string_class.h:40,
from ../../../../src/af/util/xp/ut_locale.h:24,
from ap_UnixDialog_FormatFrame.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_FormatFrame.cpp:34:
../../../../src/af/xap/gtk/xap_UnixDlg_ColorChooser.h:32:6: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
32 | std::auto_ptr XAP_UnixDlg_RunColorChooser(GtkWindow* parent,
| ^~~~~~~~
In file included from /usr/include/c++/15.2.0/memory:80,
from ../../../../src/af/xap/gtk/xap_UnixDlg_ColorChooser.h:22:
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
In file included from /usr/include/boost/smart_ptr/detail/deprecated_macros.hpp:8,
from /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:20,
from /usr/include/boost/smart_ptr/detail/shared_count.hpp:22,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
from /usr/include/boost/shared_ptr.hpp:17,
from ../../../../src/text/ptbl/xp/pd_Document.h:73,
from ../../../../src/wp/impexp/xp/ie_imp.h:32,
from ../../../../src/wp/ap/xp/ap_Dialog_FormatFrame.h:36,
from ap_UnixDialog_FormatFrame.cpp:44:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
ap_UnixDialog_FormatFrame.cpp: In function ‘gboolean AP_UnixDialog_FormatFrame__onBorderColorClicked(GtkWidget*, GdkEventButton*, gpointer)’:
ap_UnixDialog_FormatFrame.cpp:153:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
153 | std::auto_ptr color =
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
ap_UnixDialog_FormatFrame.cpp: In function ‘gboolean AP_UnixDialog_FormatFrame__onBackgroundColorClicked(GtkWidget*, GdkEventButton*, gpointer)’:
ap_UnixDialog_FormatFrame.cpp:182:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
182 | std::auto_ptr color =
| ^~~~~~~~
/usr/include/c++/15.2.0/bits/unique_ptr.h:59:28: note: declared here
59 | template class auto_ptr;
| ^~~~~~~~
In file included from ap_UnixDialog_FormatFootnotes.cpp:28:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_FormatFootnotes.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from GTKCommon.h:57,
from GTKCommon.cpp:22:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_InsertBookmark.cpp:33:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ap_UnixDialog_InsertBookmark.cpp:25:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_Dialog_Modal.h:28,
from ../../../../src/wp/ap/xp/ap_Dialog_InsertBookmark.h:23,
from ap_UnixDialog_InsertBookmark.cpp:42:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from ap_UnixDialog_HdrFtr.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/functional:51,
from ../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:27:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_InsertXMLID.cpp:34:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ap_UnixDialog_InsertXMLID.cpp:26:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/smart_ptr/detail/deprecated_macros.hpp:8,
from /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:20,
from /usr/include/boost/smart_ptr/detail/shared_count.hpp:22,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
from /usr/include/boost/shared_ptr.hpp:17,
from ../../../../src/text/ptbl/xp/pd_Document.h:73,
from ../../../../src/wp/ap/xp/ap_Dialog_GetStringCommon.h:27,
from ../../../../src/wp/ap/xp/ap_Dialog_InsertXMLID.h:24,
from ap_UnixDialog_InsertXMLID.cpp:43:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_InsertTable.cpp:30:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_InsertTable.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Latex.cpp:26:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Latex.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_InsertHyperlink.cpp:30:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_InsertHyperlink.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Insert_DateTime.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Insert_DateTime.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_MailMerge.cpp:28:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_MailMerge.cpp:22:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_MarkRevisions.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_MarkRevisions.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Lists.cpp:28:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Lists.cpp:25:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Goto.cpp:31:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Goto.cpp:28:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_Dialog_Goto.h:28,
from ap_UnixDialog_Goto.cpp:40:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_Dialog_Modeless.h:28,
from ../../../../src/wp/ap/xp/ap_Dialog_Lists.h:27,
from ap_UnixDialog_Lists.cpp:38:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from /usr/include/boost/smart_ptr/detail/deprecated_macros.hpp:8,
from /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:20,
from /usr/include/boost/smart_ptr/detail/shared_count.hpp:22,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
from /usr/include/boost/shared_ptr.hpp:17,
from ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:32:
/usr/include/boost/bind.hpp: At global scope:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
ap_UnixDialog_Lists.cpp: In member function ‘virtual void AP_UnixDialog_Lists::runModeless(XAP_Frame*)’:
ap_UnixDialog_Lists.cpp:235:21: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
235 | static std::pointer_to_unary_function s_update_fun = std::ptr_fun(s_update);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ap_UnixDialog_Lists.cpp:235:89: warning: ‘std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = int; _Result = int]’ is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
235 | static std::pointer_to_unary_function s_update_fun = std::ptr_fun(s_update);
| ~~~~~~~~~~~~^~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:1123:5: note: declared here
1123 | ptr_fun(_Result (*__x)(_Arg))
| ^~~~~~~
In file included from ap_UnixDialog_ListRevisions.cpp:30:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_ListRevisions.cpp:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_PageNumbers.cpp:27:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_PageNumbers.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Options.cpp:37:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Options.cpp:30:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from ap_UnixDialog_Options.cpp:45:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
ap_UnixDialog_Options.cpp: In static member function ‘static void AP_UnixDialog_Options::s_color_changed(GtkColorSelection*, GdkRGBA*, gpointer)’:
ap_UnixDialog_Options.cpp:159:66: warning: unused parameter ‘csel’ [-Wunused-parameter]
159 | void AP_UnixDialog_Options::s_color_changed ( GtkColorSelection *csel,
| ~~~~~~~~~~~~~~~~~~~^~~~
In file included from ap_UnixDialog_New.cpp:35:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_New.cpp:29:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from ap_UnixDialog_New.cpp:46:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_MetaData.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_MetaData.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Paragraph.cpp:37:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Paragraph.cpp:31:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_PageSetup.cpp:28:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_string_class.h:40,
from ../../../../src/af/xap/xp/xap_App.h:36,
from ap_UnixDialog_PageSetup.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_PageSetup.h:24,
from ap_UnixDialog_PageSetup.cpp:31:
../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h: In member function ‘fp_PageSize AP_Dialog_PageSetup::getPageSize() const’:
../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h:41:63: warning: implicitly-declared ‘constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)’ is deprecated [-Wdeprecated-copy]
41 | #define SET_GATHER(a, u) inline u get##a(void) const {return m_##a;} \
| ^~
../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h:43:9: note: in expansion of macro ‘SET_GATHER’
43 | SET_GATHER(PageSize, fp_PageSize);
| ^~~~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h:27:
../../../../src/text/fmt/xp/fp_PageSize.h:61:27: note: because ‘fp_PageSize’ has user-provided ‘fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)’
61 | fp_PageSize& operator=(const fp_PageSize& rhs);
| ^~~~~~~~
ap_UnixDialog_PageSetup.cpp: In member function ‘virtual void AP_UnixDialog_PageSetup::event_OK()’:
ap_UnixDialog_PageSetup.cpp:262:26: warning: implicitly-declared ‘constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)’ is deprecated [-Wdeprecated-copy]
262 | fp_PageSize fp = m_PageSize;
| ^~~~~~~~~~
../../../../src/text/fmt/xp/fp_PageSize.h:61:27: note: because ‘fp_PageSize’ has user-provided ‘fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)’
61 | fp_PageSize& operator=(const fp_PageSize& rhs);
| ^~~~~~~~
ap_UnixDialog_PageSetup.cpp:277:21: warning: implicitly-declared ‘constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)’ is deprecated [-Wdeprecated-copy]
277 | setPageSize (fp);
| ~~~~~~~~~~~~^~~~
../../../../src/text/fmt/xp/fp_PageSize.h:61:27: note: because ‘fp_PageSize’ has user-provided ‘fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)’
61 | fp_PageSize& operator=(const fp_PageSize& rhs);
| ^~~~~~~~
../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h:42:48: note: initializing argument 1 of ‘void AP_Dialog_PageSetup::setPageSize(fp_PageSize)’
42 | inline void set##a(u p##a) {m_##a = p##a;}
| ^
../../../../src/wp/ap/xp/ap_Dialog_PageSetup.h:43:9: note: in expansion of macro ‘SET_GATHER’
43 | SET_GATHER(PageSize, fp_PageSize);
| ^~~~~~~~~~
ap_UnixDialog_PageSetup.cpp: In member function ‘virtual void AP_UnixDialog_PageSetup::event_PageUnitsChanged()’:
ap_UnixDialog_PageSetup.cpp:315:26: warning: implicitly-declared ‘constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)’ is deprecated [-Wdeprecated-copy]
315 | fp_PageSize ps = m_PageSize;
| ^~~~~~~~~~
../../../../src/text/fmt/xp/fp_PageSize.h:61:27: note: because ‘fp_PageSize’ has user-provided ‘fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)’
61 | fp_PageSize& operator=(const fp_PageSize& rhs);
| ^~~~~~~~
In file included from ap_UnixDialog_Replace.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Replace.cpp:26:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Styles.cpp:26:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Styles.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Stylist.cpp:30:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Stylist.cpp:25:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_SplitCells.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_SplitCells.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_MergeCells.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_MergeCells.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_Tab.cpp:36:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_Tab.cpp:26:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ap_UnixDialog_Tab.cpp: In destructor ‘virtual AP_UnixDialog_Tab::~AP_UnixDialog_Tab()’:
ap_UnixDialog_Tab.cpp:196:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
196 | if (m_AlignmentMapping[i] != NULL)
| ^~
ap_UnixDialog_Tab.cpp:198:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
198 | m_AlignmentMapping[i] = NULL;
| ^~~~~~~~~~~~~~~~~~
ap_UnixDialog_Tab.cpp:202:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
202 | if (m_LeaderMapping[i] != NULL)
| ^~
ap_UnixDialog_Tab.cpp:204:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
204 | m_LeaderMapping[i] = NULL;
| ^~~~~~~~~~~~~~~
In file included from ap_UnixFrame.cpp:51:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/text/fmt/xp/fv_View.h:28,
from ../../../../src/wp/ap/xp/ap_FrameData.h:25,
from ap_UnixFrame.cpp:34:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from GTKCommon.h:57,
from ap_UnixDialog_RDFEditor.cpp:32:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_RDFEditor.cpp:36:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from GTKCommon.h:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_Dialog_Modeless.h:28,
from ../../../../src/wp/ap/xp/ap_Dialog_RDFEditor.h:26,
from ap_UnixDialog_RDFEditor.cpp:45:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from GTKCommon.h:57,
from ap_UnixDialog_RDFQuery.cpp:32:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_RDFQuery.cpp:36:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from GTKCommon.h:24:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_Dialog_Modeless.h:28,
from ../../../../src/wp/ap/xp/ap_Dialog_RDFQuery.h:26,
from ap_UnixDialog_RDFQuery.cpp:44:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from ap_UnixDialog_WordCount.cpp:26:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_WordCount.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixLeftRuler.cpp:30:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/xap/xp/xap_Frame.h:26,
from ap_UnixLeftRuler.cpp:26:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixPreview_Annotation.cpp:25:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/xap/xp/xap_Frame.h:26,
from ap_UnixPreview_Annotation.cpp:20:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixFrameImpl.cpp:33:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from ../../../../src/af/util/xp/ut_std_string.h:26,
from ap_UnixFrameImpl.cpp:25:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ap_UnixDialog_ToggleCase.cpp:29:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_tree.h:67,
from /usr/include/c++/15.2.0/map:64,
from ../../../../src/af/util/xp/ut_string.h:24,
from ap_UnixDialog_ToggleCase.cpp:23:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/af/xap/xp/xap_EncodingManager.h:42,
from ap_UnixToolbar_SizeCombo.cpp:27:
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
47 | throw(UT_iconv_t);
| ^~~~~
In file included from ap_UnixTopRuler.cpp:27:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/functional:51,
from ../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:27:
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from GTKCommon.h:57,
from ap_RDFEventGTK.h:23,
from ap_RDFEventGTK.cpp:20:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_RDFEvent.h:24,
from ap_RDFEventGTK.h:24:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from GTKCommon.h:24:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from ap_RDFEventGTK.cpp:22:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h: At global scope:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from GTKCommon.h:57,
from ap_RDFContactGTK.h:23,
from ap_RDFContactGTK.cpp:20:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../src/wp/ap/xp/ap_RDFContact.h:24,
from ap_RDFContactGTK.h:24:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
155 | struct PD_URIListCompare : public std::binary_function {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/string:51,
from GTKCommon.h:24:
/usr/include/c++/15.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function ‘PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)’:
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
229 | self_type result( *this );
| ^
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared ‘PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)’ is deprecated [-Wdeprecated-copy]
231 | return result;
| ^~~~~~
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because ‘PD_RDFModelIterator’ has user-provided ‘PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)’
225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
| ^~~~~~~~
In file included from ap_RDFContactGTK.cpp:22:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h: At global scope:
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: ‘template class std::pointer_to_unary_function’ is deprecated [-Wdeprecated-declarations]
68 | std::pointer_to_unary_function *other_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_function.h:1102:11: note: declared here
1102 | class pointer_to_unary_function : public unary_function<_Arg, _Result>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/bind.hpp:30,
from ../../../../src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h:26,
from GTKCommon.h:57,
from ap_RDFLocationGTK.h:24,
from ap_RDFLocationGTK.cpp:20:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use