From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942710AbcJ0W30 (ORCPT ); Thu, 27 Oct 2016 18:29:26 -0400 Received: from ozlabs.org ([103.22.144.67]:42767 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933403AbcJ0W3W (ORCPT ); Thu, 27 Oct 2016 18:29:22 -0400 Date: Fri, 28 Oct 2016 09:29:20 +1100 From: Stephen Rothwell To: Linus Torvalds Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: linux-next: build warning in Linus' tree Message-ID: <20161028092920.4d84f8f1@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Building your tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: mm/memory_hotplug.c: In function 'try_offline_node': mm/memory_hotplug.c:2120:6: warning: unused variable 'i' [-Wunused-variable] int i; ^ Introduced by commit 9dcb8b685fc3 ("mm: remove per-zone hashtable of bitlock waitqueues") -- Cheers, Stephen Rothwell