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:
@@ -1131,8 +1131,6 @@ ScriptInterpreterPython::ExecuteOneLineWithReturn (const char *in_string,
|
||||
success = PyArg_Parse (py_return, format, (char *) ret_value);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{}
|
||||
}
|
||||
Py_DECREF (py_return);
|
||||
if (success)
|
||||
|
||||
Reference in New Issue
Block a user