[dpdk-dev] [PATCH] fm10k: fix clang warning flags

2015-02-24 Thread Thomas Monjalon
> >This commit fixes the following error which was reported when > >compiling with clang by removing the option. > > > >error: unknown warning option '-Wno-unused-but-set-variable' > > > >Signed-off-by: Jeff Shaw > > Acked-by: keith.wiles at intel.com Applied, thanks

[dpdk-dev] [PATCH] fm10k: fix clang warning flags

2015-02-18 Thread Wiles, Keith
On 2/18/15, 11:57 AM, "Shaw, Jeffrey B" wrote: >This commit fixes the following error which was reported when >compiling with clang by removing the option. > >error: unknown warning option '-Wno-unused-but-set-variable' > >Signed-off-by: Jeff Shaw Acked-by: keith.wiles at intel.com >--- > lib

[dpdk-dev] [PATCH] fm10k: fix clang warning flags

2015-02-18 Thread Jeff Shaw
This commit fixes the following error which was reported when compiling with clang by removing the option. error: unknown warning option '-Wno-unused-but-set-variable' Signed-off-by: Jeff Shaw --- lib/librte_pmd_fm10k/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/