[dpdk-dev] [PATCH] librte_vhost: Fix compilation issue

2014-10-30 Thread Ouyang, Changchun
: Thursday, October 30, 2014 7:21 AM To: Ouyang, Changchun Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_vhost: Fix compilation issue 2014-10-29 14:39, Ouyang Changchun: > It fixes this compilation complain: "error: ignoring return value of > 'realpath', declared wit

[dpdk-dev] [PATCH] librte_vhost: Fix compilation issue

2014-10-30 Thread Thomas Monjalon
2014-10-29 14:39, Ouyang Changchun: > It fixes this compilation complain: "error: ignoring return value of > 'realpath', > declared with attribute warn_unused_result [-Werror=unused-result]" > > Signed-off-by: Changchun Ouyang Applied Curiosity: how did you see this issue? Thanks -- Thomas

[dpdk-dev] [PATCH] librte_vhost: Fix compilation issue

2014-10-30 Thread Thomas Monjalon
compilation success > Test result: PASSED > > -Original Message- > From: Fu, JingguoX > Sent: Wednesday, October 29, 2014 16:17 > To: Ouyang, Changchun; dev at dpdk.org > Cc: Cao, Waterman > Subject: RE: [dpdk-dev] [PATCH] librte_vh

[dpdk-dev] [PATCH] librte_vhost: Fix compilation issue

2014-10-29 Thread Ouyang Changchun
It fixes this compilation complain: "error: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Werror=unused-result]" Signed-off-by: Changchun Ouyang --- lib/librte_vhost/virtio-net.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

[dpdk-dev] [PATCH] librte_vhost: Fix compilation issue

2014-10-29 Thread Fu, JingguoX
: compilation success Test result:PASSED -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ouyang Changchun Sent: Wednesday, October 29, 2014 14:40 To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] librte_vhost: Fix compilation issue It fixes

[dpdk-dev] [PATCH] librte_vhost: Fix compilation issue

2014-10-29 Thread Fu, JingguoX
: compilation success Test result:PASSED -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ouyang Changchun Sent: Wednesday, October 29, 2014 14:40 To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] librte_vhost: Fix compilation issue It fixes