I enabled some extra warnings for hidden local variables and for hidden

virtual functions and caught some things and did some general code cleanup.

llvm-svn: 108299
This commit is contained in:
Greg Clayton
2010-07-14 00:18:15 +00:00
parent c3d6cb6543
commit b132097b45
28 changed files with 84 additions and 83 deletions

View File

@@ -100,7 +100,6 @@ SBThread::GetStopDescription (char *dst, size_t dst_len)
}
else
{
const char *stop_desc = NULL;
size_t stop_desc_len = 0;
switch (thread_stop_info.GetStopReason())
{