From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751927AbdFUGsK (ORCPT ); Wed, 21 Jun 2017 02:48:10 -0400 Received: from ozlabs.org ([103.22.144.67]:59397 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751067AbdFUGsJ (ORCPT ); Wed, 21 Jun 2017 02:48:09 -0400 Date: Wed, 21 Jun 2017 16:48:06 +1000 From: Stephen Rothwell To: "Paul E. McKenney" Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: linux-next: build warning after merge of the rcu tree Message-ID: <20170621164806.2caba20a@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 Paul, After merging the rcu tree, today's linux-next build (x86_64 allnoconfig) produced this warning: kernel/cpu.c: In function 'boot_cpu_state_init': kernel/cpu.c:1778:6: warning: unused variable 'cpu' [-Wunused-variable] int cpu; ^ Introduced by commit faeb334286b7 ("rcu: Migrate callbacks earlier in the CPU-offline timeline") -- Cheers, Stephen Rothwell