Avoid compiler warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2010-03-06 16:35:18 +01:00
parent 94e861e298
commit 01daccfaf7
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -304,6 +304,7 @@ void do_files(int i, int argc, char *argv[])
} catch (std::bad_alloc *e) {
unlink_ofile(oname);
printErr(iname,"out of memory");
UNUSED(e);
//delete e;
e_exit(EXIT_ERROR);
} catch (const std::bad_alloc &) {