From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oS3jCzCg9l7BIgAA0tVLHw (envelope-from ) for ; Sat, 27 Jun 2020 01:26:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id bBVqBzCg9l5aagAA1q6Kng (envelope-from ) for ; Sat, 27 Jun 2020 01:26:08 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 956DA9404D3 for ; Sat, 27 Jun 2020 01:26:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id EA6D26DE10D9; Fri, 26 Jun 2020 18:26:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eNleSKcMITcD; Fri, 26 Jun 2020 18:26:05 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id DA3526DE13BE; Fri, 26 Jun 2020 18:26:04 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 6A7116DE13BE for ; Fri, 26 Jun 2020 18:26:03 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mv690GTf7rE4 for ; Fri, 26 Jun 2020 18:26:02 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTP id 1103D6DE1396 for ; Fri, 26 Jun 2020 18:26:01 -0700 (PDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id B952061417; Fri, 26 Jun 2020 21:26:00 -0400 (EDT) Received: (nullmailer pid 399029 invoked by uid 1000); Sat, 27 Jun 2020 01:25:59 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] Makefile.global: drop -std=gnu99. C11 (or later) compiler required In-Reply-To: <20200624201120.31049-1-tomi.ollila@iki.fi> References: <20200624201120.31049-1-tomi.ollila@iki.fi> Date: Fri, 26 Jun 2020 22:25:59 -0300 Message-ID: <87imfdnvtk.fsf@zancas> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tomi.ollila@iki.fi Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.51 X-TUID: nCPtqVZ3J+Zj Tomi Ollila writes: > Since October 2018 building notmuch has actually required compiler > that knows C11. > > Also this -std=gnu99 was not used in code compiled by configure, > so in theory this could have caused problems... > pushed. d