Displaying 3 results from an estimated 3 matches for "fgprtshr_fgprt_hash".
2012 Mar 28
0
[PATCH] tools/memshr: fix build errors caused by Werror
...eing treated as errors
interface.c: In function ''memshr_daemon_initialize'':
interface.c:55: error: unused variable ''h''
interface.c:54: error: unused variable ''shm_base_addr''
cc1: warnings being treated as errors
bidir-hash.h:47: error: ''fgprtshr_fgprt_hash'' defined but not used
bidir-hash.h:52: error: ''fgprtshr_mfn_hash'' defined but not used
bidir-hash.h:57: error: ''fgprtshr_fgprt_cmp'' defined but not used
bidir-hash.h:62: error: ''fgprtshr_mfn_cmp'' defined but not used
make[3]: *** [inter...
2012 Mar 28
1
Re: tools/memshr: fix build errors caused by Werror
...t; interface.c: In function ''memshr_daemon_initialize'':
> interface.c:55: error: unused variable ''h''
> interface.c:54: error: unused variable ''shm_base_addr''
> cc1: warnings being treated as errors
> bidir-hash.h:47: error: ''fgprtshr_fgprt_hash'' defined but not used
> bidir-hash.h:52: error: ''fgprtshr_mfn_hash'' defined but not used
> bidir-hash.h:57: error: ''fgprtshr_fgprt_cmp'' defined but not used
> bidir-hash.h:62: error: ''fgprtshr_mfn_cmp'' defined but not used
>...
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes:
tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num
tools/blktap: constify string arrays in convert_dev_name_to_num
tools/blktap: fix params and physical-device parsing
tools/blktap: remove unneeded pointer dereferencing from img2qcow.c
tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c
tools/blktap2: fix build errors caused by Werror in