IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2023, 4:13:02 PM (3 years ago)
Author:
eugene
Message:

add ps_strncpy_nowarn to handle overly-strict gcc version 9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/psLib/src/sys/psTrace.c

    r26892 r42346  
    213213    }
    214214
    215     strncpy(name, addNodeName, MAX_COMPONENT_LENGTH);
     215    ps_strncpy_nowarn(name, addNodeName, MAX_COMPONENT_LENGTH);
    216216    char *pname = name+1;               // Take off the period
    217217    // Iterate through the components of addNodeName.  Strip off the first
Note: See TracChangeset for help on using the changeset viewer.