IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/check_stack.c

    r3414 r4689  
    33int check_stack (StackVar *stack, int Nstack, int validsize) {
    44
    5   double tmp;
    65  int i, Nx, Ny, Nv, size;
    76  char *c;
    87
    9   Nv = Nx = -1;
     8  Nv = Nx = Ny = -1;
    109
    1110  for (i = 0; i < Nstack; i++) {
Note: See TracChangeset for help on using the changeset viewer.