Skip to content

Commit

Permalink
Fix minor clang warning -Wswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed Aug 3, 2021
1 parent 86ca97d commit cf32f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/picotest.h
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ static void _picoTest_logFailure(const char *file, int line, const char *type,
case PICOTEST_FILTER_PASS_PROPAGATE: \
fail += _testName##_testCaseRunner(); \
break; \
default:; \
} \
return fail; \
}
Expand Down

0 comments on commit cf32f95

Please sign in to comment.