Snippets for abiword 3.0.8 from Alpine aarch64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-aarch64/community/abiword/abiword-3.0.8-r0.log.
-
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: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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | throw(UT_iconv_t); | ^~~~~ -
../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template<class _Arg, class _Result> class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function<int, gboolean> *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
ev_EditBinding.cpp:227:13: warning: the address of 'EV_EditBindingMap::m_pebMT' will never be NULL [-Waddress] 227 | if (m_pebMT) { | ^~~~~~~ -
ev_EditBinding.cpp:288:21: warning: the address of 'EV_EditBindingMap::m_pebMT' will never be NULL [-Waddress] 288 | if (m_pebMT) { | ^~~~~~~ -
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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
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); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
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); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
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)); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ -
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); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
gr_Caret.cpp:199:44: warning: unused parameter '_w' [-Wunused-parameter] 199 | void GR_Caret::s_blink_timeout(UT_Worker * _w) | ~~~~~~~~~~~~^~ -
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); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
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); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
ut_strptime.c:113:17: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits] 113 | if (val < from || val > to) \ | ^ -
ut_jpeg.cpp:197:20: warning: unused variable 'buffer' [-Wunused-variable] 197 | JSAMPARRAY buffer = (*cinfo.mem->alloc_sarray) | ^~~~~~ -
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_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | throw(UT_iconv_t); | ^~~~~ -
ut_html.cpp:164:54: warning: 'int xmlSubstituteEntitiesDefault(int)' is deprecated [-Wdeprecated-declarations] 164 | xmlSubstituteEntitiesDefault (1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
ut_xml_libxml2.cpp:205:46: warning: 'int xmlSubstituteEntitiesDefault(int)' is deprecated [-Wdeprecated-declarations] 205 | xmlSubstituteEntitiesDefault (1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/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: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, \ -
xap_UnixTableWidget.cpp:430:54: warning: unused parameter 'activate_time' [-Wunused-parameter] 430 | guint32 activate_time) | ~~~~~~~~~~~^~~~~~~~~~~~~ -
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<GClassInitFunc>(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<GInstanceInitFunc>(abi_table_init), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
xap_UnixDialogHelper.h:68:14: warning: 'template<class _Arg, class _Result> class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function<int, gboolean> *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
xap_UnixDlg_ColorChooser.h:32:6: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 32 | std::auto_ptr<UT_RGBColor> XAP_UnixDlg_RunColorChooser(GtkWindow* parent, | ^~~~~~~~ -
xap_UnixDlg_ColorChooser.cpp:24:6: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 24 | std::auto_ptr<UT_RGBColor> XAP_UnixDlg_RunColorChooser(GtkWindow* parent, | ^~~~~~~~ -
xap_UnixDlg_ColorChooser.cpp:57:21: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 57 | return std::auto_ptr<UT_RGBColor>(rgb); | ^~~~~~~~ -
xap_UnixDialogHelper.cpp:138:14: warning: 'template<class _Arg, class _Result> class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 138 | std::pointer_to_unary_function<int, gboolean> *other_function) | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
xap_UnixDialogHelper.cpp:204:37: warning: 'template<class _Arg, class _Result> class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 204 | std::pointer_to_unary_function<int, gboolean> *other_function) | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
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); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
xap_EncodingManager.cpp:1254:29: warning: unnecessary parentheses in declaration of 'szUCS2BENames' [-Wparentheses] 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:1271:29: warning: unnecessary parentheses in declaration of 'szUCS4BENames' [-Wparentheses] 1271 | static const char * (szUCS4BENames[]) = { | ^~~~~~~~~~~~~~~~~ -
xap_EncodingManager.cpp:1275:29: warning: unnecessary parentheses in declaration of 'szUCS4LENames' [-Wparentheses] 1275 | static const char * (szUCS4LENames[]) = { | ^~~~~~~~~~~~~~~~~ -
/usr/include/fortify/stdio.h:102:39: warning: 'int __orig_vsnprintf(char*, size_t, const char*, __isoc_va_list)' specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 102 | __r = __orig_vsnprintf(__s, __b, __f, __v); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
xap_Dlg_Zoom.cpp:86:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 86 | if ( m_pFrame ) | ^~ -
xap_Dlg_Zoom.cpp:89:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 89 | if ( m_pFrame ) | ^~ -
xap_App.cpp:1703:10: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1703 | std::auto_ptr<UT_UUID> uuido(getUUIDGenerator()->createUUID()); | ^~~~~~~~ -
abi-builtin-plugins.cpp:30:25: warning: variable 'pmi' set but not used [-Wunused-but-set-variable] 30 | XAP_ModuleInfo *pmi; | ^~~ -
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); | ^ -
fl_SectionLayout.cpp:3998:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 3998 | if(m_pHdrFtrContainer) | ^~ -
fp_Page.cpp:56:17: warning: implicitly-declared 'constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)' is deprecated [-Wdeprecated-copy] 56 | m_pageSize(pageSize), | ^~~~~~~~~~~~~~~~~~~~ -
fv_ViewDoubleBuffering.cpp:54:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 54 | if( XAP_App::getApp()->getDisableDoubleBuffering() ) | ^~ -
fv_ViewDoubleBuffering.cpp:85:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 85 | if( XAP_App::getApp()->getDisableDoubleBuffering() ) | ^~ -
fv_ViewDoubleBuffering.cpp:162:41: warning: implicitly-declared 'UT_Rect& UT_Rect::operator=(const UT_Rect&)' is deprecated [-Wdeprecated-copy] 162 | mostExtArgs.fullRect = *thisCallRect; | ^~~~~~~~~~~~ -
fv_ViewDoubleBuffering.cpp:163:41: warning: implicitly-declared 'UT_Rect& UT_Rect::operator=(const UT_Rect&)' is deprecated [-Wdeprecated-copy] 163 | mostExtArgs.clipRect = *clipRectFromGraphics; | ^~~~~~~~~~~~~~~~~~~~ -
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()); | ^ -
../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function<PD_URI, PD_URI, bool> { | ^~~~~~~~~~~~~~~ -
../../../../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:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ -
fl_DocListener.cpp:616:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 616 | } | ^ -
fl_DocListener.cpp:2356:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 2356 | } | ^ -
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); | ^ -
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); | ^ -
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); | ^ -
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); | ^ -
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); | ^ -
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); | ^ -
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); | ^ -
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); | ^ -
fp_Line.cpp:2751:42: warning: this statement may fall through [-Wimplicit-fallthrough=] 2751 | pRun->recalcWidth(); | ~~~~~~~~~~~~~~~~~^~ -
fl_BlockLayout.cpp:10275:16: warning: the address of 'buf' will never be NULL [-Waddress]
-
fv_View.cpp:10469:38: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
-
fv_View.cpp:10505:30: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
-
fv_View.cpp:10553:102: warning: implicitly-declared 'UT_Rect& UT_Rect::operator=(const UT_Rect&)' is deprecated [-Wdeprecated-copy]
-
fv_View.cpp:10617:102: warning: implicitly-declared 'UT_Rect& UT_Rect::operator=(const UT_Rect&)' is deprecated [-Wdeprecated-copy]
-
fv_View.cpp:11077:102: warning: implicitly-declared 'UT_Rect& UT_Rect::operator=(const UT_Rect&)' is deprecated [-Wdeprecated-copy]
-
fv_View.cpp:13143:16: warning: implicitly-declared 'constexpr FV_View_BubbleBlocker::FV_View_BubbleBlocker(const FV_View_BubbleBlocker&)' is deprecated [-Wdeprecated-copy]
-
fv_View.cpp:13554:50: warning: implicitly-declared 'constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)' is deprecated [-Wdeprecated-copy]
-
fv_View.cpp:13606:50: warning: implicitly-declared 'constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)' is deprecated [-Wdeprecated-copy]
-
fp_RDFAnchorRun.cpp:94:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 94 | if(!displayAnnotations()) | ^~ -
fp_RDFAnchorRun.cpp:180:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 180 | if(getWidth() == 0) | ^~ -
fp_Run.cpp:770:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 770 | if (iX == m_iX) | ^~ -
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)); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pd_DocumentRDF.h:155:40: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function<PD_URI, PD_URI, bool> { | ^~~~~~~~~~~~~~~ -
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:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ -
./pd_DocumentRDF.h:155:40: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function<PD_URI, PD_URI, bool> { | ^~~~~~~~~~~~~~~ -
./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:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ -
pf_Frag.cpp:178:38: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] 178 | const pf_Frag_Strux* const pfs = static_cast<const pf_Frag_Strux* const>(pf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
pl_ListenerCoupleCloser.cpp:302:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 302 | } | ^ -
pl_ListenerCoupleCloser.cpp:404:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 404 | } | ^ -
pt_PT_DeleteStrux.cpp:229:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 229 | } | ^ -
pt_PT_DeleteSpan.cpp:1696:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 1696 | if (dpos2 == dpos1 + pf_First->getLength()) | ^~ -
pt_PT_InsertStrux.cpp:724:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 724 | } | ^ -
pd_DocumentRDF.cpp:3446:12: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 3446 | return iter; | ^~~~ -
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:7388:40: warning: 'void operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 7388 | delete ppProps; | ^~~~~~~ -
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)) | ^ -
/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, \ -
../../../../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;} \ | ^~ -
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; | ^~~~~~~~~~ -
ap_UnixDialog_PageSetup.cpp:277:21: warning: implicitly-declared 'constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)' is deprecated [-Wdeprecated-copy] 277 | setPageSize (fp); | ~~~~~~~~~~~~^~~~ -
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; | ^~~~~~~~~~ -
ap_UnixDialog_Options.cpp:159:66: warning: unused parameter 'csel' [-Wunused-parameter] 159 | void AP_UnixDialog_Options::s_color_changed ( GtkColorSelection *csel, | ~~~~~~~~~~~~~~~~~~~^~~~ -
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:202:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 202 | if (m_LeaderMapping[i] != NULL) | ^~ -
ap_UnixDialog_Lists.cpp:235:21: warning: 'template<class _Arg, class _Result> class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 235 | static std::pointer_to_unary_function<int, gboolean> s_update_fun = std::ptr_fun(s_update); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
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<int, gboolean> s_update_fun = std::ptr_fun(s_update); | ~~~~~~~~~~~~^~~~~~~~~~ -
abiwidget.cpp:1041:49: warning: unused parameter 'pTimer' [-Wunused-parameter] 1041 | static void s_LoadingCursorCallback(UT_Worker * pTimer ) | ~~~~~~~~~~~~^~~~~~ -
abiwidget.cpp:2492:25: warning: cast between incompatible function types from 'void (*)(AbiWidgetClass*)' {aka 'void (*)(_AbiWidgetClass*)'} to 'GClassInitFunc' {aka 'void (*)(void*, void*)'} [-Wcast-function-type] 2492 | (GClassInitFunc)abi_widget_class_init, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
abiwidget.cpp:2497:25: warning: cast between incompatible function types from 'void (*)(AbiWidget*)' {aka 'void (*)(_AbiWidget*)'} to 'GInstanceInitFunc' {aka 'void (*)(_GTypeInstance*, void*)'} [-Wcast-function-type] 2497 | (GInstanceInitFunc)abi_widget_init, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
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)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~ -
ap_UnixApp.cpp:166:9: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 166 | if(this == 0) | ^~ -
../../../../src/af/xap/gtk/xap_UnixDlg_ColorChooser.h:32:6: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 32 | std::auto_ptr<UT_RGBColor> XAP_UnixDlg_RunColorChooser(GtkWindow* parent, | ^~~~~~~~ -
ap_UnixDialog_Border_Shading.cpp:132:14: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 132 | std::auto_ptr<UT_RGBColor> color = | ^~~~~~~~ -
ap_UnixDialog_Border_Shading.cpp:174:14: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 174 | std::auto_ptr<UT_RGBColor> color = | ^~~~~~~~ -
ap_UnixDialog_FormatTable.cpp:151:14: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 151 | std::auto_ptr<UT_RGBColor> color = | ^~~~~~~~ -
ap_UnixDialog_FormatTable.cpp:179:14: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 179 | std::auto_ptr<UT_RGBColor> color = | ^~~~~~~~ -
ap_UnixDialog_FormatFrame.cpp:153:14: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 153 | std::auto_ptr<UT_RGBColor> color = | ^~~~~~~~ -
ap_UnixDialog_FormatFrame.cpp:182:14: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 182 | std::auto_ptr<UT_RGBColor> color = | ^~~~~~~~ -
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;} \ | ^~ -
ap_Convert.cpp:150:39: 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] 150 | memset(&da, 0, sizeof(da)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~ -
ap_Dialog_Styles.cpp:64:19: warning: unused variable 'i' [-Wunused-variable] 64 | UT_sint32 i; | ^ -
ap_EditMethods.cpp:8685:52: warning: implicitly-declared 'constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)' is deprecated [-Wdeprecated-copy] 8685 | fp_PageSize ps = pPrintView->getPageSize(); | ^ -
ap_EditMethods.cpp:8695:17: 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] 8695 | memset(&da, 0, sizeof(da)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~ -
ap_EditMethods.cpp:9401:29: warning: implicitly-declared 'constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)' is deprecated [-Wdeprecated-copy] 9401 | pDialog->setPageSize(pSize); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~ -
ie_impGraphic_GdkPixbuf.cpp:358:46: warning: 'GdkPixbuf* gdk_pixbuf_new_from_xpm_data(const char**)' is deprecated [-Wdeprecated-declarations] 358 | pixbuf = gdk_pixbuf_new_from_xpm_data(pszStr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
ie_imp_RTF.cpp:9333:18: warning: #warning (maybe not the right behaviour) [-Wcpp] 9333 | #warning(maybe not the right behaviour) | ^~~~~~~ -
ie_imp_XHTML.cpp:768:13: warning: variable 'failLine' set but not used [-Wunused-but-set-variable] 768 | int failLine; | ^~~~~~~~ -
ie_imp_XHTML.cpp:1580:13: warning: variable 'failLine' set but not used [-Wunused-but-set-variable] 1580 | int failLine = 0; | ^~~~~~~~ -
ie_imp_XHTML.cpp:1907:13: warning: variable 'failLine' set but not used [-Wunused-but-set-variable] 1907 | int failLine = 0; | ^~~~~~~~ -
ie_imp_Text.cpp:854:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 854 | if (bFirstChar) | ^~ -
ie_imp_Text.cpp:891:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 891 | c = '?'; | ~~^~~~~ -
ie_imp_MsWord_97.cpp:257:35: warning: comparison is always true due to limited range of data type [-Wtype-limits] 257 | if(s[j] < ' ' && s[j] >= 0 && s[j] != '\t' && s[j] != '\n' && s[j] != '\r') | ~~~~~^~~~ -
ie_exp_HTML_Listener.cpp:865:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 865 | if (strcmp(szP_FontWeight, "bold") == 0) | ^~ -
ie_imp_MsWord_97.cpp:1127:35: warning: 'GError* gsf_msole_metadata_read(GsfInput*, GsfDocMetaData*)' is deprecated: Use 'gsf_doc_meta_data_read_from_msole' instead [-Wdeprecated-declarations] 1127 | err = gsf_msole_metadata_read (stream, meta_data); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
ie_imp_MsWord_97.cpp:2064:43: warning: variable 'textOff' set but not used [-Wunused-but-set-variable] 2064 | UT_uint32 textOff = 0; | ^~~~~~~ -
ie_exp_HTML_Listener.cpp:2468:10: warning: variable 'hasHeading' set but not used [-Wunused-but-set-variable] 2468 | bool hasHeading = true; // AbiWord's default | ^~~~~~~~~~ -
ie_imp_MsWord_97.cpp:2775:14: warning: variable 'bInHdrFtr' set but not used [-Wunused-but-set-variable] 2775 | bool bInHdrFtr = false; | ^~~~~~~~~ -
ie_imp_MsWord_97.cpp:2780:14: warning: variable 'bInTextboxes' set but not used [-Wunused-but-set-variable] 2780 | bool bInTextboxes = false; | ^~~~~~~~~~~~ -
ie_imp_RTFObjectsAndPicts.cpp:1397:11: warning: variable 'objectType' set but not used [-Wunused-but-set-variable] 1397 | } objectType = OBJ_TYPE_NONE; | ^~~~~~~~~~ -
ie_exp_HTML.cpp:134:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 134 | if (m_bDefaultWriterFactory) | ^~ -
ie_imp_MsWord_97.cpp:3507:41: warning: this statement may fall through [-Wimplicit-fallthrough=] 3507 | if(_isTOCsupported(f)) | ^~ -
ie_imp_MsWord_97.cpp:4228:49: warning: this statement may fall through [-Wimplicit-fallthrough=] 4228 | m_bTOCsupported = _isTOCsupported(f); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
ie_imp_RTF.cpp:354:43: warning: the address of 'RTFProps_ParaProps::m_pszFieldFont' will never be NULL [-Waddress] 354 | if(m_pParaProps && m_pParaProps->m_pszFieldFont) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
ie_exp_RTF_AttrProp.h:80:17: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations] 80 | public std::binary_function< const gchar *, const gchar *, const gchar * > | ^~~~~~~~~~~~~~~ -
../../../../src/af/util/xp/ut_types.h:254:55: warning: 'void operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 254 | #define DELETEP(p) do { if (p) { delete(p); (p)=NULL; } } while (0) | ^ -
ie_imp_RTF.cpp:3104:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 3104 | } | ^ -
ie_imp_RTF.cpp:4826:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 4826 | } | ^ -
ie_imp_RTF.cpp:4830:65: warning: this statement may fall through [-Wimplicit-fallthrough=] 4830 | m_currentRTFState.m_paraProps.m_iShadingForeCol = (int) param; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
ie_Table.h:321:53: warning: declaration of 'style' shadows a global declaration [-Wshadow] 321 | bool tbodyStart (const char * style = 0); | ~~~~~~~~~~~~~^~~~~~~~~ -
ie_Table.h:405:74: warning: declaration of 'style' shadows a global declaration [-Wshadow] 405 | bool tbodyStart (const char * style = 0); | ~~~~~~~~~~~~~^~~~~~~~~ -
ie_exp_RTF.h:301:28: warning: 'ie_exp_RTF_ListOveride::m_pAutoNum' will be initialized after [-Wreorder] 301 | fl_AutoNumConstPtr m_pAutoNum; | ^~~~~~~~~~ -
ie_exp_RTF.h:299:19: warning: 'UT_uint32 ie_exp_RTF_ListOveride::m_AbiListID' [-Wreorder] 299 | UT_uint32 m_AbiListID; | ^~~~~~~~~~~ -
ie_exp_RTF.cpp:3567:1: warning: when initialized here [-Wreorder] 3567 | ie_exp_RTF_ListOveride::ie_exp_RTF_ListOveride(const fl_AutoNumConstPtr & pAuto) | ^~~~~~~~~~~~~~~~~~~~~~ -
../src/wp/main/gtk/libabiword.cpp:59:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | static char *argv[] = {"libabiword", NULL}; | ^~~~~~~~~~~~ -
ODc_Crypto.cpp:65:52: warning: unused parameter 'ivec' [-Wunused-parameter] 65 | unsigned char* ivec, gsize ivec_length, const std::string& password, UT_uint32 decrypted_size, | ~~~~~~~~~~~~~~~^~~~ -
ODc_Crypto.cpp:65:64: warning: unused parameter 'ivec_length' [-Wunused-parameter] 65 | unsigned char* ivec, gsize ivec_length, const std::string& password, UT_uint32 decrypted_size, | ~~~~~~^~~~~~~~~~~ -
../../../../src/af/util/xp/ut_vector.h:90:73: warning: implicitly-declared 'constexpr ODe_AbiDocListener::StackCell::StackCell(const ODe_AbiDocListener::StackCell&)' is deprecated [-Wdeprecated-copy] 90 | inline UT_sint32 push_back(const T item) { return addItem(item); } | ~~~~~~~^~~~~~ -
../../../../src/af/util/xp/ut_vector.h:367:26: warning: implicitly-declared 'constexpr ODe_AbiDocListener::StackCell::StackCell(const ODe_AbiDocListener::StackCell&)' is deprecated [-Wdeprecated-copy] 367 | return m_pEntries[m_iCount-1]; | ~~~~~~~~~~^ -
../../../../src/af/util/xp/ut_vector.h:254:15: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class ODe_AbiDocListener::StackCell' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 254 | memset(&new_pEntries[m_iSpace], 0, (new_iSpace - m_iSpace) * sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../src/af/util/xp/ut_vector.h:306:34: warning: implicitly-declared 'constexpr ODe_AbiDocListener::StackCell::StackCell(const ODe_AbiDocListener::StackCell&)' is deprecated [-Wdeprecated-copy] 306 | m_pEntries[m_iCount++] = (T)p; /*** bad, cast away const so we can build again ***/ | ^~~~ -
../../../../src/af/util/xp/ut_vector.h:90:73: warning: implicitly-declared 'constexpr ODi_StreamListener::StackCell::StackCell(const ODi_StreamListener::StackCell&)' is deprecated [-Wdeprecated-copy] 90 | inline UT_sint32 push_back(const T item) { return addItem(item); } | ~~~~~~~^~~~~~ -
../../../../src/af/util/xp/ut_vector.h:367:26: warning: implicitly-declared 'constexpr ODi_StreamListener::StackCell::StackCell(const ODi_StreamListener::StackCell&)' is deprecated [-Wdeprecated-copy] 367 | return m_pEntries[m_iCount-1]; | ~~~~~~~~~~^ -
../../../../src/af/util/xp/ut_vector.h:108:30: warning: implicitly-declared 'constexpr ODi_StreamListener::StackCell::StackCell(const ODi_StreamListener::StackCell&)' is deprecated [-Wdeprecated-copy] 108 | return m_pEntries[n]; | ~~~~~~~~~~^ -
../../../../src/af/util/xp/ut_vector.h:208:15: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class ODi_StreamListener::StackCell' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 208 | memset(m_pEntries, 0, m_iSpace * sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../src/af/util/xp/ut_vector.h:254:15: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class ODi_StreamListener::StackCell' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 254 | memset(&new_pEntries[m_iSpace], 0, (new_iSpace - m_iSpace) * sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../src/af/util/xp/ut_vector.h:306:34: warning: implicitly-declared 'constexpr ODi_StreamListener::StackCell::StackCell(const ODi_StreamListener::StackCell&)' is deprecated [-Wdeprecated-copy] 306 | m_pEntries[m_iCount++] = (T)p; /*** bad, cast away const so we can build again ***/ | ^~~~ -
ODi_Style_Style.cpp:977:10: warning: variable 'ok' set but not used [-Wunused-but-set-variable] 977 | bool ok; | ^~ -
ODi_TextContent_ListenerState.cpp:1336:21: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = not_equal_to<unsigned int>; _Tp = unsigned int]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 1336 | std::bind2nd( std::not_equal_to<UT_UCS4Char>(), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1337 | UCS_SPACE )); | ~~~~~~~~~~~ -
../../../src/af/util/xp/ut_iconv.h:47:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | throw(UT_iconv_t); | ^~~~~ -
ie_impGraphic_BMP.cpp:449:18: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] 449 | return ( static_cast<const UT_Byte>(ReadBytes(pBB,offset,1) )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
ie_impGraphic_BMP.cpp:455:18: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] 455 | return ( static_cast<const UT_uint16>(ReadBytes(pBB,offset,2) )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template<class _Arg, class _Result> class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function<int, gboolean> *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
AbiCollab_Packet.cpp:177:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 177 | ar << (int&)m_cType; | ^~~~~~~ -
AbiCollab_Packet.cpp:397:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 397 | ar << (int&)m_eStruxType; | ^~~~~~~~~~~~ -
AbiCollab_Packet.cpp:410:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 410 | ar << (int&)m_eStruxType; | ^~~~~~~~~~~~ -
AbiCollab_Packet.cpp:423:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 423 | ar << (int&)m_eObjectType; | ^~~~~~~~~~~~~ -
AbiCollab_Export.cpp:532:10: warning: #warning not sure [-Wcpp] 532 | #warning not sure | ^~~~~~~ -
../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function<PD_URI, PD_URI, bool> { | ^~~~~~~~~~~~~~~ -
../../../../../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:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ -
AbiCollab_Export.cpp:427:51: warning: enum constant in boolean context [-Wint-in-bool-context] 427 | (PX_ChangeRecord_Glob::PXF_MultiStepEnd)) | ^ -
ie_imp_DocBook.cpp:2646:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::shared_ptr<fl_AutoNum> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2646 | if(m_iTitleDepth > m_utvTitles.size()) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
ie_imp_DocBook.cpp:2758:59: warning: comparison of integer expressions of different signedness: 'UT_sint32' {aka 'int'} and 'std::vector<std::shared_ptr<fl_AutoNum> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2758 | for (UT_sint32 i = (m_iTitleDepth - 1); i < m_utvTitles.size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~ -
../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function<PD_URI, PD_URI, bool> { | ^~~~~~~~~~~~~~~ -
../../../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:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ -
AbiCommand.cpp:769:26: warning: unused variable 'e' [-Wunused-variable] 769 | UT_Error e = loadRDFXML( m, rdfxml ); | ^ -
../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template<class _Arg, class _Result> class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function<int, gboolean> *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
ie_exp_KWord_1.cpp:513:47: warning: implicitly-declared 'constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)' is deprecated [-Wdeprecated-copy] 513 | m_pie->write(abiPageSizeToKoPageFormat(m_pDocument->m_docPageSize)); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
ie_imp_OpenWriter.cpp:378:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 378 | if(strk) | ^~ -
ie_imp_OPML.cpp:434:28: warning: comparison of integer expressions of different signedness: 'UT_sint32' {aka 'int'} and 'std::vector<std::shared_ptr<const fl_AutoNum> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 434 | if(m_iOutlineDepth > m_utvLists.size()) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
AbiPaint.cpp:136:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 136 | if ((prefsScheme = prefs->getPluginScheme(szAbiPluginSchemeName)) == NULL) | ^~ -
docinfo.h:44:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | static void load(GsfInfile *aDoc, PD_Document* aPDDoc) throw(UT_Error); | ^~~~~ -
ie_imp_StarOffice.h:52:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 52 | throw(UT_Error); | ^~~~~ -
ie_imp_StarOffice.h:60:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 60 | void readByteString(GsfInput* stream, UT_UCS4Char*& str, UT_iconv_t converter, SDWCryptor* cryptor = NULL) throw(UT_Error); | ^~~~~ -
ie_imp_StarOffice.h:70:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 70 | void load(GsfInput* stream) throw(UT_Error); | ^~~~~ -
ie_imp_StarOffice.h:202:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 202 | void readRecSize(GsfInput* stream, UT_uint32& aSize, gsf_off_t* aEOR = NULL) throw(UT_Error); | ^~~~~ -
ie_imp_StarOffice.h:210:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | void readByteString(GsfInput* stream, UT_UCS4Char*& str) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:225:79: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 225 | void readFlagRec(GsfInput* stream, UT_uint8& flags, gsf_off_t* newPos = NULL) throw(UT_Error); | ^~~~~ -
ie_imp_StarOffice.h:231:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 231 | inline void readChar(GsfInput* aStream, char& aChar) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:236:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | inline void streamRead(GsfInput* aStream, UT_uint8& aDest) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:241:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 241 | inline void streamRead(GsfInput* aStream, UT_sint8& aDest) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:245:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | inline void streamRead(GsfInput* aStream, char& aDest) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:250:89: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | inline void streamRead(GsfInput* aStream, UT_uint16& aDest, bool isLittleEndian = true) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:262:89: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 262 | inline void streamRead(GsfInput* aStream, UT_sint16& aDest, bool isLittleEndian = true) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:266:89: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 266 | inline void streamRead(GsfInput* aStream, UT_uint32& aDest, bool isLittleEndian = true) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:278:89: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 278 | inline void streamRead(GsfInput* aStream, UT_sint32& aDest, bool isLittleEndian = true) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:283:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | inline void streamRead(GsfInput* aStream, bool& aDest) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:288:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 288 | inline void streamRead(GsfInput* aStream, ClsId& aClsId) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:304:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 304 | inline void streamRead(GsfInput* aStream, char* aBuffer, UT_uint32 length) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:309:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 309 | inline void streamRead(GsfInput* aStream, UT_uint8* aBuffer, UT_uint32 length) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.h:316:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 316 | void streamRead(GsfInput* aStream, TextAttr& aAttr, gsf_off_t aEoa) throw(UT_Error); | ^~~~~ -
docinfo.cpp:41:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | throw(UT_Error) | ^~~~~ -
docinfo.cpp:119:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 119 | throw(UT_Error) | ^~~~~ -
ie_imp_StarOffice.cpp:186:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 186 | throw(UT_Error) | ^~~~~ -
ie_imp_StarOffice.cpp:426:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 426 | throw(UT_Error) | ^~~~~ -
ie_imp_StarOffice.cpp:439:101: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 439 | void readByteString(GsfInput* stream, UT_UCS4Char*& str, UT_iconv_t converter, SDWCryptor* cryptor) throw(UT_Error) | ^~~~~ -
ie_imp_StarOffice.cpp:535:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 535 | void DocHdr::load(GsfInput* stream) throw(UT_Error) | ^~~~~ -
ie_imp_StarOffice.cpp:617:91: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 617 | void IE_Imp_StarOffice::readRecSize(GsfInput* aStream, UT_uint32& aSize, gsf_off_t* aEOR) throw(UT_Error) { | ^~~~~ -
ie_imp_StarOffice.cpp:633:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 633 | void readFlagRec(GsfInput* stream, UT_uint8& flags, gsf_off_t* newPos) throw(UT_Error) | ^~~~~