From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:40105 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753141AbbGASHL (ORCPT ); Wed, 1 Jul 2015 14:07:11 -0400 Message-ID: <55942C4C.70209@infradead.org> Date: Wed, 01 Jul 2015 11:07:08 -0700 From: Randy Dunlap MIME-Version: 1.0 To: Jim Davis , Stephen Rothwell , linux-next , linux-kernel , pawel@osciak.com, Marek Szyprowski , Kyungmin Park , mchehab@osg.samsung.com, linux-media Subject: Re: randconfig build error with next-20150620, in drivers/media/v4l2-core/videobuf2-core.c References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org List-ID: On 06/20/15 09:44, Jim Davis wrote: > Building with the attached random configuration file, > > drivers/media/v4l2-core/videobuf2-core.c: In function ‘vb2_warn_zero_bytesused’: > drivers/media/v4l2-core/videobuf2-core.c:1253:2: error: implicit declaration of > function ‘__WARN’ [-Werror=implicit-function-declaration] > __WARN(); > ^ > When CONFIG_BUG is not enabled, there is no definition of __WARN(). Should be add an empty stub for __WARN() or just change the only user (caller) of it to do something different? -- ~Randy