Changeset 34089 for trunk/ppSub/src/ppSubExit.c
- Timestamp:
- Jun 26, 2012, 11:47:13 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubExit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubExit.c
r27719 r34089 11 11 } 12 12 13 psErrorCode errorCode = psErrorCodeLast(); // Error code 13 // gcc -Wswitch complains here if err is declared as type psErrorCode 14 // the collection of ps*ErrorCode values are enums defined separately for 15 // each module (psphot, pswarp, etc). the lowest type, psErrorCode is only the base set and does 16 // not include the possible psphot values 17 18 // for now, to get around this, we just use an int for the switch 19 20 // psErrorCode errorCode = psErrorCodeLast(); // Error code 21 int errorCode = psErrorCodeLast(); // Error code 14 22 if (errorCode != PS_ERR_NONE) { 15 23 pmFPAfileFreeSetStrict(false);
Note:
See TracChangeset
for help on using the changeset viewer.
