IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2012, 9:16:29 PM (14 years ago)
Author:
eugene
Message:

gcc 4.6.3 adds a new level of pedantry: if a variable is defined and set, but not used, it raises a warning. with -Werror, this forces a lot of minor fixes. I do not think any of the resultings changes caught any real problems, at least not with any commonly used code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/avextract.c

    r33963 r33985  
    55  off_t i, j, n, m;
    66  int N, Npts, NPTS, last, next, state, Nfields, Nreturn, Ncstack, Nstack;
    7   int Nsecfilt, mode, VERBOSE, needMeasures;
     7  int Nsecfilt, VERBOSE, needMeasures;
    88  char **cstack, name[1024];
    99  void *Signal;
     
    2525  skylist = NULL;
    2626  selection = NULL;
    27 
    28   mode = MAG_AVE;
    2927
    3028  if ((N = get_argument (argc, argv, "-h"))) goto help;
Note: See TracChangeset for help on using the changeset viewer.