Skip to content

Commit 2c3771a

Browse files
committed
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
1 parent ba04861 commit 2c3771a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/tools/llvm-strings/llvm-strings.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) {
5757
if (PrintFileName)
5858
OS << FileName << ":";
5959
switch (Radix) {
60-
default:
6160
case none:
6261
break;
6362
case octal:

0 commit comments

Comments
 (0)