mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Quiet warnings. I believe gcc is incorrect about these.
Approved by: re (rwatson)
This commit is contained in:
parent
e106f3d812
commit
b77acb8748
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue