mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
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:
@@ -196,7 +196,6 @@ InputReader::HandleRawBytes (const char *bytes, size_t bytes_len)
|
||||
{
|
||||
const char *line_start = bytes;
|
||||
const char *end_line = NULL;
|
||||
const char *end = bytes + bytes_len;
|
||||
while (p < end)
|
||||
{
|
||||
const char ch = *p;
|
||||
|
||||
Reference in New Issue
Block a user