Re: [dpdk-dev] [PATCH] net/qede: correct function declaration syntax

2017-01-16 Thread Ferruh Yigit
On 1/16/2017 1:00 PM, Ferruh Yigit wrote: > On 1/15/2017 7:51 PM, Emmanuel Roullit wrote: >> clang reports this error message: >> error: this function declaration is not a prototype >> [-Werror,-Wstrict-prototypes] >> >> Signed-off-by: Emmanuel Roullit > > Acked-by: Ferruh Yigit Fixes: 5cdd769a

Re: [dpdk-dev] [PATCH] net/qede: correct function declaration syntax

2017-01-16 Thread Ferruh Yigit
On 1/15/2017 7:51 PM, Emmanuel Roullit wrote: > clang reports this error message: > error: this function declaration is not a prototype > [-Werror,-Wstrict-prototypes] > > Signed-off-by: Emmanuel Roullit Acked-by: Ferruh Yigit

Re: [dpdk-dev] [PATCH] net/qede: correct function declaration syntax

2017-01-16 Thread Ferruh Yigit
Hi Emmanuel, On 1/15/2017 7:51 PM, Emmanuel Roullit wrote: > clang reports this error message: > error: this function declaration is not a prototype > [-Werror,-Wstrict-prototypes] What is the clang version? Thanks, ferruh

[dpdk-dev] [PATCH] net/qede: correct function declaration syntax

2017-01-15 Thread Emmanuel Roullit
clang reports this error message: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] Signed-off-by: Emmanuel Roullit --- drivers/net/qede/qede_eth_if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/qede/qede_eth_if.h b/drivers/net/