We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba04861 commit 2c3771aCopy full SHA for 2c3771a
llvm/tools/llvm-strings/llvm-strings.cpp
@@ -57,7 +57,6 @@ static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) {
57
if (PrintFileName)
58
OS << FileName << ":";
59
switch (Radix) {
60
- default:
61
case none:
62
break;
63
case octal:
0 commit comments