Mercurial > hg > xemacs-beta
diff src/unexalpha.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | 023b83f4e54b |
children | facf3239ba30 |
line wrap: on
line diff
--- a/src/unexalpha.c Mon Sep 20 19:11:29 2004 +0000 +++ b/src/unexalpha.c Mon Sep 20 19:20:08 2004 +0000 @@ -37,6 +37,7 @@ #include <aouthdr.h> #include <scnhdr.h> #include <syms.h> +#include "compiler.h" static void fatal_unexec (char *, char *); static void mark_x (char *); @@ -92,7 +93,7 @@ int unexec (char *new_name, char *a_name, unsigned long data_start, - unsigned long bss_start, + unsigned long UNUSED (bss_start), unsigned long entry_address) { int new, old;