comparison src/unexaix.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 943eaba38521
children facf3239ba30
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
195 * Modify the text and data sizes. 195 * Modify the text and data sizes.
196 */ 196 */
197 static int 197 static int
198 make_hdr (int new, int a_out, 198 make_hdr (int new, int a_out,
199 unsigned data_start, unsigned bss_start, 199 unsigned data_start, unsigned bss_start,
200 unsigned entry_address, 200 unsigned UNUSED (entry_address),
201 char *a_name, char *new_name) 201 char *a_name, char *new_name)
202 { 202 {
203 int scns; 203 int scns;
204 unsigned int bss_end; 204 unsigned int bss_end;
205 205
533 if (chmod (name, sbuf.st_mode) == -1) 533 if (chmod (name, sbuf.st_mode) == -1)
534 PERROR (name); 534 PERROR (name);
535 } 535 }
536 536
537 static int 537 static int
538 adjust_lnnoptrs (int writedesc, int readdesc, char *new_name) 538 adjust_lnnoptrs (int UNUSED (writedesc), int UNUSED (readdesc), char *new_name)
539 { 539 {
540 int nsyms; 540 int nsyms;
541 int naux; 541 int naux;
542 int new; 542 int new;
543 struct syment symentry; 543 struct syment symentry;