mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
GP-2974: Fixing warnings
This commit is contained in:
@@ -82,7 +82,7 @@ public class PdbDeveloperDumpSetScript extends GhidraScript {
|
||||
|
||||
private void dumpFiles(List<IOEntry> entries) throws CancelledException, PdbException {
|
||||
for (IOEntry entry : entries) {
|
||||
monitor.checkCanceled();
|
||||
monitor.checkCancelled();
|
||||
println("Processing PDB Dump of: " + entry.input());
|
||||
try (AbstractPdb pdb =
|
||||
PdbParser.parse(entry.input(), new PdbReaderOptions(), monitor)) {
|
||||
|
||||
Reference in New Issue
Block a user