From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by dpdk.org (Postfix) with ESMTP id C456D6831 for ; Mon, 16 Sep 2013 13:21:43 +0200 (CEST) Received: by mail-ee0-f47.google.com with SMTP id d49so1927434eek.6 for ; Mon, 16 Sep 2013 04:22:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:reply-to:organization :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Hsheruj/0O7KCl3TByEI73crmvdBAxPGtVfcWwLN/DI=; b=eKyXf64EVB1egmJmrkZHEkI+rkgKSG83FUplCTMwffrMviHyCu+H6ORqiITfMjSOlM 6Zd6YVo8wZvLeWiiLsY6vvjBblw7OoKKWfC0E/QVpl7MUoPfpce8lxp6BVmJznV5iDjn mUbTGWmNPtlf6OkOA7us3nLUlesen6eE+EFUOc6BHOccM6IEKYRAIwJThTTLJuCgTvNq AVyo23+VuNpGx5i6BhoataU3GnGmZHNXvTrVb6kAvN2yE483aAfPvg6Sfaqr97NcP2ud cA00+E6D3d3yh88WTd53XVbikftoxbFNuLp9CWY0q0OR7d4kbByj3jt264URzsLwN+v4 a+xg== X-Gm-Message-State: ALoCoQkYRfoRF/9smfBlln//A+eBQke+iPoktRUVHUuW8hXHYR67pL4t9dhnARLFZOKZpeXlSRPV X-Received: by 10.14.180.73 with SMTP id i49mr2704201eem.55.1379330541691; Mon, 16 Sep 2013 04:22:21 -0700 (PDT) Received: from ?IPv6:2a01:e35:8b63:dc30:1888:7f40:cb53:6704? ([2a01:e35:8b63:dc30:1888:7f40:cb53:6704]) by mx.google.com with ESMTPSA id i1sm41123029eeg.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 04:22:21 -0700 (PDT) Message-ID: <5236E9EA.6070306@6wind.com> Date: Mon, 16 Sep 2013 13:22:18 +0200 From: Nicolas Dichtel Organization: 6WIND User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: dev@dpdk.org References: <4960b865443e982857323637c3df35d106286bf0.1379081595.git.thomas.monjalon@6wind.com> In-Reply-To: <4960b865443e982857323637c3df35d106286bf0.1379081595.git.thomas.monjalon@6wind.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 4/4] app: fix build with gcc 4.8 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: nicolas.dichtel@6wind.com List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 11:21:44 -0000 Le 13/09/2013 16:14, Thomas Monjalon a écrit : > GCC 4.8 was producing this error: > argument to ‘sizeof’ in ‘strncmp’ call is the same expression as the > second source; did you mean to provide an explicit length? > [-Werror=sizeof-pointer-memaccess] > > Signed-off-by: Thomas Monjalon Acked-by: Nicolas Dichtel