aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-30 17:50:57 +0000
committerEric Christopher <echristo@gmail.com>2013-08-30 17:50:57 +0000
commit2490f5c9f6a4d18fa8274a1e32b995425c75321e (patch)
treed5fb63e92516207aeef21e03da698895ccd82f77 /lldb/source/Commands/CommandObjectPlatform.cpp
parentff3476e4999948bd8f986c284d1eba6e2e118ba9 (diff)
downloadllvm-2490f5c9f6a4d18fa8274a1e32b995425c75321e.zip
llvm-2490f5c9f6a4d18fa8274a1e32b995425c75321e.tar.gz
llvm-2490f5c9f6a4d18fa8274a1e32b995425c75321e.tar.bz2
Fix a bunch of compile time warnings and a build failure on ubuntu.
llvm-svn: 189683
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectPlatform.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectPlatform.cpp b/lldb/source/Commands/CommandObjectPlatform.cpp
index 09942f9..28a9e1a 100644
--- a/lldb/source/Commands/CommandObjectPlatform.cpp
+++ b/lldb/source/Commands/CommandObjectPlatform.cpp
@@ -2190,7 +2190,6 @@ RecurseCopy_Callback (void *baton,
case FileSpec::eFileTypeInvalid:
case FileSpec::eFileTypeOther:
case FileSpec::eFileTypeUnknown:
- default:
rc_baton->error.SetErrorStringWithFormat("invalid file detected during copy: %s/%s", spec.GetDirectory().GetCString(), spec.GetFilename().GetCString());
return FileSpec::eEnumerateDirectoryResultQuit; // got an error, bail out
break;