From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 0E5D67E6A for ; Wed, 17 Dec 2014 13:55:32 +0100 (CET) Received: by mail-wi0-f170.google.com with SMTP id bs8so16845767wib.3 for ; Wed, 17 Dec 2014 04:55:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=dmlFAa9dUfHvhl2c/xaxLiSbb0VBAlhJlrxGCX+aUFg=; b=cype44ui5F0xTSciyhGHWiR/TtojKw5alyGD7xeLkcGuIgTbbafIndk4+YE+dhI1Qv SPAnjjHZA92gjnpiThCDDxWScDLjlv/vSr5bzW/lOEOUq34owXyzHCUcni2W7D54KGij uiDeRWhIFx4bHzabQsqbEAGHyasg9TO7d6oubfZTuKiGKOpnEPRYIih82oLK4CgdMQzm dsDPCRNL70vcKKl7S/N+7ML5ybcuZ6f4PUYlIltLDB8O3pvsHYz0YGZwwcT64arMoSIt jQRVr7cESW1DllghO3jl67bf51wyiWUweczVmjJcoGBCTM4p1lra0ibR7zlVptOJha4C X5OQ== X-Gm-Message-State: ALoCoQmntvQakc24SUJYEHnoEi/mHIkmbSUCoeXv76/KYZkVzhgyi2t7dk63S0dXUKEj2N1dl+6V X-Received: by 10.194.242.196 with SMTP id ws4mr39304163wjc.1.1418820931771; Wed, 17 Dec 2014 04:55:31 -0800 (PST) Received: from glumotte.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id gs10sm6948929wib.12.2014.12.17.04.55.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 17 Dec 2014 04:55:31 -0800 (PST) From: Olivier Matz To: dev@dpdk.org Date: Wed, 17 Dec 2014 13:55:20 +0100 Message-Id: <1418820925-20318-1-git-send-email-olivier.matz@6wind.com> X-Mailer: git-send-email 2.1.3 Subject: [dpdk-dev] [PATCH 0/5] fix compilation issues seen with clang-3.5 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2014 12:55:32 -0000 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