Skip to content
Commit 7fa80435 authored by Jan Beich's avatar Jan Beich
Browse files

editors/abiword: unbreak with glib 2.76

ap_Dialog_Goto.cpp:72:27: error: expected unqualified-id
    s_pJumpTargets[0] = ::g_strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Page));
                          ^
/usr/local/include/glib-2.0/glib/gstrfuncs.h:208:3: note: expanded from macro 'g_strdup'
  (__builtin_constant_p ((STR)) ?                                             \
  ^
ap_Dialog_Goto.cpp:73:27: error: expected unqualified-id
    s_pJumpTargets[1] = ::g_strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Line));
                          ^
/usr/local/include/glib-2.0/glib/gstrfuncs.h:208:3: note: expanded from macro 'g_strdup'
  (__builtin_constant_p ((STR)) ?                                             \
  ^
ap_Dialog_Goto.cpp:74:27: error: expected unqualified-id
    s_pJumpTargets[2] = ::g_strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Bookmark));
                          ^
/usr/local/include/glib-2.0/glib/gstrfuncs.h:208:3: note: expanded from macro 'g_strdup'
  (__builtin_constant_p ((STR)) ?                                             \
  ^
ap_Dialog_Goto.cpp:76:27: error: expected unqualified-id
    s_pJumpTargets[3] = ::g_strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_XMLid));
                          ^
/usr/local/include/glib-2.0/glib/gstrfuncs.h:208:3: note: expanded from macro 'g_strdup'
  (__builtin_constant_p ((STR)) ?                                             \
  ^
ap_Dialog_Goto.cpp:77:27: error: expected unqualified-id
    s_pJumpTargets[4] = ::g_strdup(pSS->getValue (AP_STRING_ID_DLG_Goto_Target_Annotation));
                          ^
/usr/local/include/glib-2.0/glib/gstrfuncs.h:208:3: note: expanded from macro 'g_strdup'
  (__builtin_constant_p ((STR)) ?                                             \
  ^

PR:		270087
Reported by:	antoine (via exp-run)
parent 9a23b33c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment