IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2012, 7:07:44 AM (14 years ago)
Author:
eugene
Message:

mods to address pedantic gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psLib/src/astro/psTime.c

    r30724 r34045  
    223223static bool timeInit(const char *fileName)
    224224{
    225     psS32 numLines = 0;
    226225    bool foundTable = false;
    227226    char *tableDir = NULL;
     
    390389        if (i < numTables) {
    391390            table = psLookupTableAlloc(fullTableName, (const char*)tableFormat, tablesIndex->data.S32[i]);
    392             numLines = psLookupTableRead(table);
     391            // XXX unused numLines = psLookupTableRead(table);
    393392        } else {
    394393            psError(PS_ERR_BAD_PARAMETER_VALUE, no_problem,
Note: See TracChangeset for help on using the changeset viewer.