mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 05:30:49 +00:00
llvm-strings: remove default for -Wcovered-switch-default
Fix the -Werror build by removing the unnecessary default case in the covered switch. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292708 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d72920b21
commit
4c5684d092
@ -57,7 +57,6 @@ static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) {
|
||||
if (PrintFileName)
|
||||
OS << FileName << ":";
|
||||
switch (Radix) {
|
||||
default:
|
||||
case none:
|
||||
break;
|
||||
case octal:
|
||||
|
Loading…
Reference in New Issue
Block a user