IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/libohana/include/ohana.h

    r39407 r39457  
    400400int     write_fmt              PROTO((int fd, char *format, ...)) OHANA_FORMAT(printf, 2, 3);
    401401
    402 char   **isolate_elements      PROTO((int argc, char **argv, int *nstack));
     402char   **isolate_elements      PROTO((unsigned int argc, char **argv, unsigned int *nstack));
    403403
    404404// functions used to manage "last error message"
     
    486486int ohana_bisection_double (double *values, int Nvalues, double threshold);
    487487
    488 int sprintf_float (char *output, float value);
    489 int sprintf_double (char *output, double value);
     488unsigned int sprintf_float (char *output, float value);
     489unsigned int sprintf_double (char *output, double value);
    490490
    491491/* in gaussdev.c */
Note: See TracChangeset for help on using the changeset viewer.