Changeset a3336db


Ignore:
Timestamp:
05/13/2024 06:35:40 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
ea36f0f
Parents:
11f07752
git-author:
Xi Ruoyao <xry111@…> (05/12/2024 01:18:51 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/13/2024 06:35:40 PM)
Message:

xmlto: Adapt for GCC 14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/xmlto.xml

    r11f07752 ra3336db  
    105105  <sect2 role="installation">
    106106    <title>Installation of xmlto</title>
     107
     108    <!-- https://pagure.io/xmlto/c/8e34f087bf41
     109         https://pagure.io/xmlto/c/1375e2df7553 -->
     110    <para>
     111      Fix variable and function declarations in pre-C99 style which is
     112      rejected by GCC-14.1 or later:
     113    </para>
     114
     115    <screen><userinput>sed -ri 's/ifsense;|main/int &amp;/' xmlif/xmlif.l</userinput></screen>
    107116
    108117    <para>
Note: See TracChangeset for help on using the changeset viewer.