mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8143245: Zero build requires disabled warnings
Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
c867b023b6
commit
3a99569b6f
5 changed files with 20 additions and 14 deletions
|
@ -773,7 +773,7 @@ InterpreterFrame *InterpreterFrame::build(int size, TRAPS) {
|
|||
}
|
||||
|
||||
BasicType CppInterpreter::result_type_of(Method* method) {
|
||||
BasicType t;
|
||||
BasicType t = T_ILLEGAL; // silence compiler warnings
|
||||
switch (method->result_index()) {
|
||||
case 0 : t = T_BOOLEAN; break;
|
||||
case 1 : t = T_CHAR; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue