IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:47:13 AM (14 years ago)
Author:
eugene
Message:

changes to support pedantic gcc warnings; add configure option for debug-build and no-as-needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpArguments.c

    r31159 r34089  
    2828pmConfig *pswarpArguments (int argc, char **argv) {
    2929
    30     bool status;
    3130    int N;
    3231
     
    101100    array = psArrayAlloc(1);
    102101    array->data[0] = psStringCopy(argv[2]);
    103     status = psMetadataAddPtr(config->arguments, PS_LIST_TAIL, "SKYCELL", PS_DATA_ARRAY, "", array);
     102    psMetadataAddPtr(config->arguments, PS_LIST_TAIL, "SKYCELL", PS_DATA_ARRAY, "", array);
    104103    psFree(array);
    105104
Note: See TracChangeset for help on using the changeset viewer.