commit | 1a65ae11bd65d007391473f8bde3d06f4abad740 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Jan 25 23:55:37 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Jan 25 23:55:37 2011 +0000 |
tree | 12bcbcdd2564d2bf305c3642ebe3a0b80128beb7 | |
parent | 3ae681eb1240f09af37936663760526ed1b324cf [diff] [blame] |
Enabled extra warnings and fixed a bunch of small issues. llvm-svn: 124250
diff --git a/lldb/source/Target/ThreadPlanShouldStopHere.cpp b/lldb/source/Target/ThreadPlanShouldStopHere.cpp index 493ab63..a297dd8 100644 --- a/lldb/source/Target/ThreadPlanShouldStopHere.cpp +++ b/lldb/source/Target/ThreadPlanShouldStopHere.cpp
@@ -50,4 +50,4 @@ return m_callback (m_owner, m_flags, m_baton); else return NULL; -} \ No newline at end of file +}