Changeset 4890 for pjproject/trunk/pjlib/src/pjlib-test/exception.c
- Timestamp:
- Aug 19, 2014 12:54:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/exception.c
r3553 r4890 121 121 */ 122 122 PJ_TRY { 123 rc = rc;123 PJ_UNUSED_ARG(rc); 124 124 } 125 125 PJ_CATCH_ANY {
Note: See TracChangeset
for help on using the changeset viewer.