From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D821DC87FCD for ; Thu, 29 Aug 2024 18:10:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E177810E75E; Thu, 29 Aug 2024 18:10:49 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="NBWNYcF2"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5511110E75D; Thu, 29 Aug 2024 18:10:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1724955048; x=1756491048; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=vSKxJ++u4xJtuxTxpywMX3Pg61Yfik+zQcyDUxiVr8E=; b=NBWNYcF2pKb3oAXDInEGUxFFkHzuuRjOMU1H6UrI607rlPNCRqMs+XZU QvRrNCBllRl+PsTpJBxFQsRX/j1fox67Q/bnfpkfmUghCY1E+PLQKe9gS DF8Ux2/gkOHGTJR+681gAe2YDrgC/DDHecFsftkIIXUHymbSoNEMX1cxk id5EoOw5cw86Ze9TogWXOZc6WtAGqOJvhXdINAfo/8Y/9HK9t/oSpUfoG huNZUPjAa5/qV5gTOSWYvYBqwooniNepiTn/wenURumFabCIFXXER4EhX Xv1XC2AR8EBLbtPLeJZfK9NAAfeVxGoU/qUG2fb6XYBhXoO1qaFVV64Fi A==; X-CSE-ConnectionGUID: 58BGAU6QRO6p85FJs9mu9g== X-CSE-MsgGUID: gaVbIWbkSqCwcPcWpD5Mbw== X-IronPort-AV: E=McAfee;i="6700,10204,11179"; a="34185600" X-IronPort-AV: E=Sophos;i="6.10,186,1719903600"; d="scan'208";a="34185600" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2024 11:10:47 -0700 X-CSE-ConnectionGUID: pJkcAG+DS6CfOpuFvtJcEQ== X-CSE-MsgGUID: 7YB0f0vSS02HTmku9UBoHw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,186,1719903600"; d="scan'208";a="68329336" Received: from smile.fi.intel.com ([10.237.72.54]) by fmviesa004.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2024 11:10:45 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.98) (envelope-from ) id 1sjjbV-000000036ZQ-48E7; Thu, 29 Aug 2024 21:10:41 +0300 Date: Thu, 29 Aug 2024 21:10:41 +0300 From: Andy Shevchenko To: Jani Nikula , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Joonas Lahtinen , Rodrigo Vivi , Tvrtko Ursulin , David Airlie , Daniel Vetter Subject: Re: [PATCH v1 0/2] drm/i915/fence: A couple of build fixes Message-ID: References: <20240829155950.1141978-1-andriy.shevchenko@linux.intel.com> <87cylrwahb.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Aug 29, 2024 at 07:53:25PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2024 at 07:38:08PM +0300, Jani Nikula wrote: > > On Thu, 29 Aug 2024, Andy Shevchenko wrote: > > > With CONFIG_WERROR=y and `make W=1` build fails on my x86_64 machine. > > > This is due to some unused functions. Hence these quick fixes. > > > > Since when have we been getting the warnings for static inlines? > > Do you want to see any additional information of my building environment? > > Debian clang version 18.1.8 (9) FWIW, clang-16 also behaves in the same way, Cc'ed to CLANG maintainers. -- With Best Regards, Andy Shevchenko