Return-Path: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: [PATCHv5 bluetooth-next 0/3] 6lowpan: introduce nhc framework From: Marcel Holtmann In-Reply-To: <20150214215724.GA18210@omega> Date: Sat, 14 Feb 2015 14:08:56 -0800 Cc: BlueZ development , linux-wpan@vger.kernel.org, kernel@pengutronix.de, Jukka Rissanen , Martin Townsend , Stefan Schmidt Message-Id: References: <1420818179-18585-1-git-send-email-alex.aring@gmail.com> <777F808E-9C18-4C35-8C1C-4FD732F4FDC1@holtmann.org> <20150214215724.GA18210@omega> To: Alexander Aring Sender: linux-wpan-owner@vger.kernel.org List-ID: Hi Alex, >> so I collected the reviewed-by and acked-by statements, but when I did a simple compile test it failed badly. >> >> CC net/6lowpan/nhc.o >> net/6lowpan/nhc.c: In function ‘lowpan_nhc_add’: >> net/6lowpan/nhc.c:206:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=] >> WARN_ONCE(nhc->idlen > LOWPAN_NHC_MAX_ID_LEN, >> ^ >> > > mhh, okay. Should be fixed with a conversion from "%d" -> "%zd". I will > resend a new series with this fix. Thanks. I can do that change inline if that is the only change needed. Regards Marcel