mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
bugfixes from regression test
This commit is contained in:
parent
60e48ee1c3
commit
d4e7c04809
2 changed files with 2 additions and 2 deletions
|
@ -551,7 +551,7 @@ class ConsistencyChecker {
|
|||
}
|
||||
|
||||
private void handle(String msg, Constructor ct) {
|
||||
compiler.reportError(ct.location, " Unsigned comparison with " + msg + " in constructor");
|
||||
compiler.reportWarning(ct.location, " Unsigned comparison with " + msg + " in constructor");
|
||||
}
|
||||
|
||||
private void handleZero(String trueOrFalse, Constructor ct) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue