commit | bdcb6abaa287df2c5f312c51d993c1d0b0cb120c | [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 | 066dbc1dd0fc8eff1b54a22c0beae4a75e6f1ae2 | |
parent | 60c0d627a506752b3b9ef5c0b11f1640b739b9ff [diff] [blame] |
Enabled extra warnings and fixed a bunch of small issues. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124250 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/ThreadPlanShouldStopHere.cpp b/source/Target/ThreadPlanShouldStopHere.cpp index 493ab63..a297dd8 100644 --- a/source/Target/ThreadPlanShouldStopHere.cpp +++ b/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 +}