Quiet warnings. I believe gcc is incorrect about these.
Approved by: re (rwatson)
This commit is contained in:
parent
e71d436593
commit
a977642fca
@ -405,7 +405,7 @@ exec_pecoff_coff_prep_zmagic(struct image_params * imgp,
|
||||
int prot;
|
||||
u_long text_size = 0, data_size = 0, dsize;
|
||||
u_long text_addr = 0, data_addr = VM_MAXUSER_ADDRESS;
|
||||
u_long ldexport, ldbase;
|
||||
u_long ldexport = 0, ldbase = 0;
|
||||
struct pecoff_opthdr *wp;
|
||||
struct coff_scnhdr *sh;
|
||||
struct vmspace *vmspace;
|
||||
|
Loading…
Reference in New Issue
Block a user