silence hpux compiler warnings

This commit is contained in:
Mark Andrews
2013-04-12 14:06:41 +10:00
parent 794f12f4ff
commit 02638c8b40
6 changed files with 17 additions and 17 deletions

View File

@@ -412,5 +412,5 @@ main(int argc, char *argv[]) {
isc_mem_destroy(&keymctx);
dns_lib_shutdown();
exit(0);
return (0);
}