IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2021, 3:31:23 PM (5 years ago)
Author:
eugene
Message:

disable updatesummitexp (never fully coded); fix optimized build issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pztool.c

    r41595 r41598  
    4949static bool updatepzexpMode(pxConfig *config);
    5050static bool updatenewexpMode(pxConfig *config);
    51 static bool updatesummitExpMode(pxConfig *config);
     51
     52// XXX EAM : 2021.05.18 : code for updatesummitExp was added but not finished.
     53// XXX static bool updatesummitExpMode(pxConfig *config);
    5254
    5355// static bool copydoneCompleteExp(pxConfig *config);
     
    5557static psArray *pzArrayZip(psArray *arraySet, psS64 limit);
    5658static bool pzDownloadExpSetState(pxConfig *config, const psS64 summit_id, const char *state);
    57 static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault);
     59
     60// XXX static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault);
    5861
    5962# define MODECASE(caseName, func) \
     
    9093        MODECASE(PZTOOL_MODE_UPDATEPZEXP, updatepzexpMode);
    9194        MODECASE(PZTOOL_MODE_UPDATENEWEXP, updatenewexpMode);
    92         MODECASE(PZTOOL_MODE_UPDATESUMMITEXP, updatesummitExpMode);
     95        // XXX MODECASE(PZTOOL_MODE_UPDATESUMMITEXP, updatesummitExpMode);
    9396        default:
    9497            psAbort("invalid option (this should not happen)");
     
    936939}
    937940
     941# if (0)
    938942static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault)
    939943{
     
    968972  return true;
    969973}
    970  
     974# endif 
    971975 
    972976static bool updatepzexpMode(pxConfig *config)
Note: See TracChangeset for help on using the changeset viewer.