From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030446AbcGKIMO (ORCPT ); Mon, 11 Jul 2016 04:12:14 -0400 Received: from ozlabs.org ([103.22.144.67]:45539 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757810AbcGKIML (ORCPT ); Mon, 11 Jul 2016 04:12:11 -0400 Date: Mon, 11 Jul 2016 18:12:08 +1000 From: Stephen Rothwell To: Alexandre Belloni Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= Subject: linux-next: build warning after merge of the rtc tree Message-ID: <20160711181208.2d60493a@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 Alexandre, After merging the rtc tree, today's linux-next build (x86 64_allmodconfig) produced this warning: drivers/rtc/rtc-isl12057.c: In function 'isl12057_rtc_read_alarm': drivers/rtc/rtc-isl12057.c:249:26: warning: unused variable 'alarm_secs' [-Wunused-variable] unsigned long rtc_secs, alarm_secs; ^ drivers/rtc/rtc-isl12057.c:249:16: warning: unused variable 'rtc_secs' [-Wunused-variable] unsigned long rtc_secs, alarm_secs; ^ drivers/rtc/rtc-isl12057.c:248:18: warning: unused variable 'rtc_tm' [-Wunused-variable] struct rtc_time rtc_tm, *alarm_tm = &alarm->time; ^ Introduced by commit 4e30a585a343 ("rtc: isl12057: let the rtc core interpret the partial alarm") -- Cheers, Stephen Rothwell