From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: eliminate cast of hpet_msb_inc Date: Thu, 25 Oct 2018 01:34:05 +0200 Message-ID: <2855238.WZRUVW5M7A@xps> References: <20181010232219.28410-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BC06B239 for ; Thu, 25 Oct 2018 01:34:04 +0200 (CEST) In-Reply-To: <20181010232219.28410-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/10/2018 01:22, Stephen Hemminger: > The cast of hpet_msb_inc is causing a warning in some compilations. > Yet the cast is unnecessary, the function is used only one place > just use the correct signature. > > Signed-off-by: Stephen Hemminger Applied, thanks