Ignore:
Timestamp:
Oct 31, 2020, 11:44:21 PM (4 years ago)
Author:
katerina
Message:

Fix for ticket #449 (gcc 10 compile issues).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r541 r560  
    601601  struct sh_portentry * ptr = *head;
    602602  struct sh_portentry * pre = *head;
    603   char errbuf[256];
     603  char errbuf[512];
    604604
    605605  /* Take the address to keep gcc from putting them into registers.
     
    731731{
    732732  struct sh_portentry * portent;
    733   char errbuf[256];
     733  char errbuf[512];
    734734
    735735 
Note: See TracChangeset for help on using the changeset viewer.