Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
llvm-strings: remove default for -Wcovered-switch-default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
compnerd committed Jan 21, 2017
1 parent 6d72920 commit 4c5684d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/llvm-strings/llvm-strings.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 4c5684d

Please sign in to comment.