IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2018, 8:58:31 PM (8 years ago)
Author:
eugene
Message:

add snprintf_nowarn function to avoid compiler warnings from desired snprint truncations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/uniphot/src/update_dvo_fiximids.c

    r38986 r40549  
    8686  int TIME = time(NULL);
    8787  int PID = getpid();
    88   snprintf (uniquer, 12, "%05d.%05d", PID, TIME % 100000);
     88  snprintf_nowarn (uniquer, 12, "%05d.%05d", PID, TIME % 100000);
    8989
    9090  // write out the subset table of image information
Note: See TracChangeset for help on using the changeset viewer.