IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:34:48 AM (10 years ago)
Author:
eugene
Message:

list unused parameters; replace old signal code with SetInterrupt, ClearInterrupt; fix unsigned / signed int inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/opihi/pcontrol/StackOps.c

    r16458 r39419  
    1616
    1717  if (!DEBUG) return;
    18   fprintf (stderr, "%s: %p  ", func, stack);
    19   fprintf (stderr, "objects: %p  ", stack[0].object);
     18  fprintf (stderr, "%s: %p  ", func, (void *) stack);
     19  fprintf (stderr, "objects: %p  ", (void *) stack[0].object);
    2020  fprintf (stderr, "Nobjects: %d, NOBJECTS: %d\n", stack[0].Nobject, stack[0].NOBJECT);
    2121}
Note: See TracChangeset for help on using the changeset viewer.