More Linux warnings fixes (remove default labels as needed):
- as per http://llvm.org/docs/CodingStandards.html#don-t-use-default-labels-in-fully-covered-switches-over-enumerations Patch by Matt Kopec! llvm-svn: 169633
This commit is contained in:
@@ -1928,7 +1928,6 @@ DataExtractor::PutToLog
|
||||
|
||||
switch (type)
|
||||
{
|
||||
default:
|
||||
case TypeUInt8: sstr.Printf (format ? format : " %2.2x", GetU8(&offset)); break;
|
||||
case TypeChar:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user