mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
fix: fix warnings reported by LGTM.com
This commit is contained in:
parent
03e454b71d
commit
9ec260619b
8 changed files with 20 additions and 11 deletions
|
|
@ -79,7 +79,7 @@ element_value *element_value::readElementValue(util::membuffer &input,
|
|||
}
|
||||
return new element_value_array(ARRAY, vals, pool);
|
||||
default:
|
||||
throw new java::classfile_exception();
|
||||
throw java::classfile_exception();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue