From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 4BB007E9D for ; Thu, 30 Oct 2014 00:12:31 +0100 (CET) Received: by mail-wg0-f43.google.com with SMTP id y10so41976wgg.16 for ; Wed, 29 Oct 2014 16:21:24 -0700 (PDT) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=HLqVbmJ3ZXgn/nqCQ1D5l7AMbQxO2RhaYfj1KZNK4Q8=; b=gaIZ6vGmzdhU7vOxXV1VfZGkQbanXKR4spyu/BHr5Hymvw1Bbu4zNrMf69rwEaEUV+ khLEubeNqmIjjEscnqwzn4kazkn78tsWj/P6XJf+Ow2Fe6SWhmz+8hXVOPFNtU6mu+tq 4i93JRNPAqXY9LAvZQFQ7eNY90LXQ/NMZgXa0lw/q/hCMSH4Bac74Hxq+eLi+9dPuL1m A4GB6HKQcSkokS7jzbLp5MY1Zx/2oZQBSBtyLGkozAMwJI4lL8JzYtCmoxVybIDD45+M LxAM+CUY4g6pBH0XPnHcPIkwnTOEniwVG4nZ3vVIW2Em8OzlyJXrzDoyylito4Nao/nj 8Anw== X-Gm-Message-State: ALoCoQlXXgO8nUYZ6kehPmkk4nS+/5lSdhSYi2Wu0VY7Dua6Pz4JT8O0lZpR/eIJCdlR7OY9qQ7I X-Received: by 10.180.207.226 with SMTP id lz2mr38773879wic.46.1414624884821; Wed, 29 Oct 2014 16:21:24 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wx3sm6739444wjc.19.2014.10.29.16.21.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 16:21:24 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Thu, 30 Oct 2014 00:21:05 +0100 Message-ID: <2231621.TJjieMeul4@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.1-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1414564778-25056-1-git-send-email-changchun.ouyang@intel.com> References: <1414564778-25056-1-git-send-email-changchun.ouyang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_vhost: Fix compilation issue 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, 29 Oct 2014 23:12:31 -0000 2014-10-29 14:39, Ouyang Changchun: > It fixes this compilation complain: "error: ignoring return value of 'realpath', > declared with attribute warn_unused_result [-Werror=unused-result]" > > Signed-off-by: Changchun Ouyang Applied Curiosity: how did you see this issue? Thanks -- Thomas