From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: [PATCH 0/5] fix compilation issues seen with clang-3.5 Date: Wed, 17 Dec 2014 13:55:20 +0100 Message-ID: <1418820925-20318-1-git-send-email-olivier.matz@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" This series are compilation fixes seen with clang-3.5 on linux. Olivier Matz (5): test-devargs: fix misplaced braces in strncmp call examples/l3fwd: fix compilation with clang 3.5 examples/netmap: fix overflow in ioctl operation examples/vm_power_manager: move -lvirt in LDLIBS examples/vm_power_manager: fix initialization of cmdline token app/test/test_devargs.c | 2 +- examples/l3fwd/main.c | 4 +++- examples/netmap_compat/lib/compat_netmap.c | 2 +- examples/netmap_compat/lib/compat_netmap.h | 2 +- examples/vm_power_manager/Makefile | 4 +++- examples/vm_power_manager/vm_power_cli.c | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) -- 2.1.3