IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8733


Ignore:
Timestamp:
Sep 1, 2006, 5:43:16 PM (20 years ago)
Author:
jhoblitt
Message:

warning fixes

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r7023 r8733  
    141141        char *exp_type  = psListGetAndIncrement(tokenCursor); // type
    142142
     143        if (time) {} // silence unused warning
     144
    143145        bool status = false;
    144146        char *camera_name = psMetadataLookupStr(&status, config->args,
  • trunk/ippTools/src/regtool.c

    r8711 r8733  
    391391                psError(PS_ERR_UNKNOWN, false, "database error");
    392392            }
    393             psError(PS_ERR_UNKNOWN, false, "found %d rawImfiles but expected %d",
     393            psError(PS_ERR_UNKNOWN, false, "found %ld rawImfiles but expected %d",
    394394                    psArrayLength(rawImfiles), newExp->imfiles);
    395395            psFree(newExp);
Note: See TracChangeset for help on using the changeset viewer.