From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f313151b for ; Mon, 2 Jan 2017 21:34:00 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 4fc80a32 for ; Mon, 2 Jan 2017 21:34:00 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 57f40cde for ; Mon, 2 Jan 2017 21:34:00 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 8eface0b (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 2 Jan 2017 21:33:59 +0000 (UTC) Received: by mail-oi0-f41.google.com with SMTP id b126so491130776oia.2 for ; Mon, 02 Jan 2017 13:42:44 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <9fe139f0-a635-76ef-90b0-56b1a968c565@createc.ro> References: <9fe139f0-a635-76ef-90b0-56b1a968c565@createc.ro> From: "Jason A. Donenfeld" Date: Mon, 2 Jan 2017 22:42:43 +0100 Message-ID: Subject: Re: centos 6 build error To: Lucian Cristian Content-Type: text/plain; charset=UTF-8 Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Your compiler is ancient. Either update your compiler, or just remove lines 343 & 350 (which are no-ops anyway). Jason