mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +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 llvm-svn: 292708
This commit is contained in:
parent
91d8a138d1
commit
296c4efcd8
@ -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…
x
Reference in New Issue
Block a user