Changeset 34086 for trunk/psphot/src/psphotCleanup.c
- Timestamp:
- Jun 26, 2012, 11:33:10 AM (14 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/psphot (added) merged: 34002,34032,34049,34051,34053,34055-34056,34060-34061,34071-34073,34076,34078
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/psphot/src (added) merged: 34049,34051,34053,34060-34061,34071-34073,34078
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotCleanup.c
r29548 r34086 29 29 psExit psphotGetExitStatus (void) { 30 30 31 psErrorCode err = psErrorCodeLast (); 31 // gcc -Wswitch complains here if err is declared as type psErrorCode 32 // the collection of ps*ErrorCode values are enums defined separately for 33 // each module (psphot, pswarp, etc). the lowest type, psErrorCode is only the base set and does 34 // not include the possible psphot values 35 36 // for now, to get around this, we just use an int for the switch 37 38 // psErrorCode err = psErrorCodeLast (); 39 int err = psErrorCodeLast (); 32 40 switch (err) { 33 41 case PS_ERR_NONE:
Note:
See TracChangeset
for help on using the changeset viewer.
