From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752611AbcF1V3g (ORCPT ); Tue, 28 Jun 2016 17:29:36 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34825 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752387AbcF1V3f (ORCPT ); Tue, 28 Jun 2016 17:29:35 -0400 Message-ID: <5772EC35.904@gmail.com> Date: Tue, 28 Jun 2016 22:29:25 +0100 From: Sudip Mukherjee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: kbuild test robot CC: kbuild-all@01.org, Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] m32r: fix build warning about putc References: <201606271139.pUB2VEVU%fengguang.wu@intel.com> In-Reply-To: <201606271139.pUB2VEVU%fengguang.wu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 27 June 2016 04:48 AM, kbuild test robot wrote: > Hi, > > [auto build test WARNING on v4.7-rc5] > [also build test WARNING on next-20160624] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Sudip-Mukherjee/m32r-fix-build-warning-about-putc/20160627-094312 > config: m32r-m32104ut_defconfig (attached as .config) > compiler: m32r-linux-gcc (GCC) 4.9.0 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=m32r > > All warnings (new ones prefixed by >>): > > In file included from arch/m32r/boot/compressed/misc.c:25:0: > arch/m32r/boot/compressed/m32r_sio.c: In function 'puts': >>> arch/m32r/boot/compressed/m32r_sio.c:16:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] > while (c = *s++) > ^ This was fixed in v2 which was sent just after this patch was posted. Regards Sudip