IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2008, 12:15:16 PM (18 years ago)
Author:
eugene
Message:

updates to fix compile errors caught by Wall, Werror

Location:
trunk/Ohana/src/opihi/cmd.data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/book_commands.c

    r16631 r17419  
    380380int book_shuffle (int argc, char **argv) {
    381381
    382   int where, N;
    383   char *varName, *keyName, *keyValue;
    384   Book *book;
    385   Page *page;
     382  Book *book;
    386383
    387384  if (argc != 2) {
  • trunk/Ohana/src/opihi/cmd.data/vzload.c

    r17123 r17419  
    66  int kapa, type;
    77  char *name;
    8   double dx, dy, size;
    9   double min, range, MAX_OUTPUT_SIZE;
     8  double size, min, range, MAX_OUTPUT_SIZE;
    109  KiiOverlay *overlay;
    1110  Vector *vecx, *vecy, *vecz;
Note: See TracChangeset for help on using the changeset viewer.