freebsd-ports/editors/abiword/files
Jan Beich 8c5d76e57c editors/abiword: unbreak build with Clang 6 (C++14 by default)
xap_Dialog.cpp:270:17: error: cast from pointer to smaller type 'char' loses information
        *pWindowName = (char) NULL;
                       ^~~~~~~~~~~
ap_UnixApp.cpp:866:29: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        if(0 == strcmp (suffix, "."G_MODULE_SUFFIX))
                                   ^
ie_exp_XSL-FO.cpp:1454:13: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                buf += " "x"=\""; \
                          ^
ie_exp_LaTeX.cpp:1332:43: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
 #define SUB(a,who) case a: subst = "\\(\\"who"\\)"; return true;
                                           ^
RealmProtocol.cpp:16:2: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint32_t' (aka 'unsigned int') [-Wc++11-narrowing]
        RPV1_PACKET_VARIABLE, /* user joined */
        ^~~~~~~~~~~~~~~~~~~~
RealmProtocol.cpp:10:30: note: expanded from macro 'RPV1_PACKET_VARIABLE'
 #define RPV1_PACKET_VARIABLE -1
                              ^~
RealmProtocol.cpp:16:2: note: insert an explicit cast to silence this issue
        RPV1_PACKET_VARIABLE, /* user joined */
        ^~~~~~~~~~~~~~~~~~~~
        static_cast<uint32_t>( )
RealmProtocol.cpp:10:30: note: expanded from macro 'RPV1_PACKET_VARIABLE'
 #define RPV1_PACKET_VARIABLE -1
                              ^~
soa_soup.cpp:166:11: error: no viable conversion from returned value of type 'soa::GenericPtr' (aka 'shared_ptr<soa::Generic>') to function return type 'bool'
                        return soa::GenericPtr();
                               ^~~~~~~~~~~~~~~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (partially)
2018-01-08 17:06:40 +00:00
..
patch-abiword.desktop
patch-c++11
patch-configure
patch-default-font
patch-plugins_collab_backends_service_xp_tls_tunnel.cpp
patch-plugins_collab_backends_sipsimple_xp_SIPSimpleBuddy.h
patch-plugins_collab_backends_tcp_xp_Session.h
patch-plugins_collab_core_sync_xp_SynchronizedQueue.h
patch-plugins_mathview_itex2mml_itex2MML.y
patch-plugins_wordperfect_plugin.m4
patch-plugins_wordperfect_xp_ie__imp__WordPerfect.cpp
patch-plugins_wordperfect_xp_ie__imp__WordPerfect.h
patch-plugins_wordperfect_xp_ie__impexp__WordPerfect.cpp
patch-plugins_wordperfect_xp_ie__impexp__WordPerfect.h
patch-plugins_wordperfect_xp_Makefile.am
patch-plugins_wordperfect_xp_Makefile.in
patch-plugins_wpg_plugin.m4
patch-plugins_wpg_xp_ie__impGraphic__WPG.cpp
patch-src_af_util_xp_ut_iconv.cpp
patch-src_text_ptbl_xp_pd__DocumentRDF.cpp
patch-src_text_ptbl_xp_pd__DocumentRDF.h