Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove LLVM_C_FALLTHROUGH instances that cause warnings on clang-12 (m…
…icrosoft#6134) The clang-12 warning is: error: fallthrough annotation in unreachable code [-Werror,-Wimplicit-fallthrough] These LLVM_C_FALLTHROUGH were originally added to silence GCC warnings, but the GCC PR validation build is has succeeded, so it looks like they are not needed.
- Loading branch information