Changeset 878 in openpam
- Timestamp:
- Jan 9, 2016, 5:34:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/liboath/oath_impl.h
r799 r878 44 44 * Use at end of switch which has no default case 45 45 */ 46 #define COVERAGE_NO_DEFAULT_CASE \ 46 #if _BullseyeCoverage 47 #define COVERAGE_NO_DEFAULT_CASE \ 47 48 COVERAGE_DISABLE \ 48 49 default: \ … … 51 52 52 53 #endif 54 #else 55 #define COVERAGE_NO_DEFAULT_CASE 56 #endif
Note: See TracChangeset
for help on using the changeset viewer.