Changeset 34089 for trunk/ppStack/src/ppStackFinish.c
- Timestamp:
- Jun 26, 2012, 11:47:13 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackFinish.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackFinish.c
r30620 r34089 45 45 } 46 46 47 psErrorCode errorCode = psErrorCodeLast(); // Error code 47 // gcc -Wswitch complains here if err is declared as type psErrorCode 48 // the collection of ps*ErrorCode values are enums defined separately for 49 // each module (psphot, pswarp, etc). the lowest type, psErrorCode is only the base set and does 50 // not include the possible psphot values 51 52 // for now, to get around this, we just use an int for the switch 53 54 // psErrorCode errorCode = psErrorCodeLast(); // Error code 55 int errorCode = psErrorCodeLast(); // Error code 48 56 if (errorCode == PS_ERR_NONE) { 49 57 return exitValue;
Note:
See TracChangeset
for help on using the changeset viewer.
