[Lldb-commits] [PATCH] [lldb] Fix warnings in the Windows build.

Scott Graham scottmg at chromium.org
Tue May 27 10:06:31 PDT 2014


================
Comment at: source/Target/Platform.cpp:534
@@ +533,3 @@
+        default:
+            return FileSpec::eEnumerateDirectoryResultQuit; // usnupported file type, bail out
+            break;
----------------
"unsupported"

http://reviews.llvm.org/D3914






More information about the lldb-commits mailing list