mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-26 07:20:34 +00:00
7a0875f4f3
The clang compiler warns here with -Wunreachable-code The enum's switch statement covers all cases, so default is unused Leave the break in the code as a comment, to be more clear The history is this default case was added inf6bb7162- compiler warning. Then the break was added inc6dc96f3.