Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nBfTx-0001l7-PV for pgsql-hackers@arkaria.postgresql.org; Sun, 23 Jan 2022 16:12:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nBfTw-0000oa-Lq for pgsql-hackers@arkaria.postgresql.org; Sun, 23 Jan 2022 16:12:44 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nBfTw-0000oI-CC for pgsql-hackers@lists.postgresql.org; Sun, 23 Jan 2022 16:12:44 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nBfTu-0006gj-70 for pgsql-hackers@postgresql.org; Sun, 23 Jan 2022 16:12:43 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 20NGCeah1625710; Sun, 23 Jan 2022 11:12:40 -0500 From: Tom Lane To: Thomas Munro cc: pgsql-hackers Subject: Re: Warning in geqo_main.c from clang 13 In-reply-to: References: <85872.1637723874@sss.pgh.pa.us> <1497684.1642890856@sss.pgh.pa.us> Comments: In-reply-to Thomas Munro message dated "Sun, 23 Jan 2022 13:47:35 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1625708.1642954360.1@sss.pgh.pa.us> Date: Sun, 23 Jan 2022 11:12:40 -0500 Message-ID: <1625709.1642954360@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > On Sun, Jan 23, 2022 at 11:34 AM Tom Lane wrote: >> We're starting to see more buildfarm animals producing this warning, >> so I took another look, and thought of a slightly less invasive way to >> silence it. I confirmed this works with clang 13.0.0 on Fedora 35. > LGTM. Tested on bleeding edge clang 14. Pushed, thanks. regards, tom lane