From nobody Fri May 17 06:43:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) client-ip=216.205.24.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1621958590; cv=none; d=zohomail.com; s=zohoarc; b=UNgXCgzxm5AdzN4MlcvJYAfKxypyrYcHkO5GsfSk1FLAjOjgxbrjM+knodjD5wHosVBHJc94ZTw/yk7ZsDHrWEtIp870iJ0F8tzoiCBiHyfvO4mR3QooSuKebru32jTElkJ9jFn6z1FBSsZRVWqX7A8hjODUMGS3VOf6kXCeras= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1621958590; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=2VLuB9fsrxOJT5vx9awV0zY+xc/oyXUdx0A4X9i8sI4=; b=Z192veZdrNXucUtkUzFRDB//vN8OOlXLDG4YTytNMWKr3AIWDkGZhddk8dVF+Hw7sYrT84facoJiw+84ZUoicAVgdbn1k/LvQ4IspOvcGq6CsR33CdwAKzsG9DRuGcHRRt8GMo05SGNKmeDxXfyPTivBUh83iKvECkFuRZ0tTxI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.zohomail.com with SMTPS id 1621958590521809.2214322106764; Tue, 25 May 2021 09:03:10 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-549-VA1HpQN1PvWMj45gzfEj2Q-1; Tue, 25 May 2021 12:03:07 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4F84B1009460; Tue, 25 May 2021 16:02:59 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E6286E2C6; Tue, 25 May 2021 16:02:58 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 7831555342; Tue, 25 May 2021 16:02:57 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 14PG2tLk004627 for ; Tue, 25 May 2021 12:02:55 -0400 Received: by smtp.corp.redhat.com (Postfix) id 6077F5C241; Tue, 25 May 2021 16:02:55 +0000 (UTC) Received: from thuth.com (ovpn-114-230.ams2.redhat.com [10.36.114.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8101A5C1D5; Tue, 25 May 2021 16:02:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621958589; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=2VLuB9fsrxOJT5vx9awV0zY+xc/oyXUdx0A4X9i8sI4=; b=NxKr8lEpWFW54YtGURgHrEmpdf55/L0rmRFf+DB7WL5pokSlIM/IWgwhoGEDowt3TdIXMQ PTrTTSoVSLbJcsuD8B3syo+3ebL14uOaeASWuf2FYcJBPGfbf8en2uKBRFwyonGDPI+hoz ZLKZtJ0uXmyO0UZ9VfofxTCVpnBqWok= X-MC-Unique: VA1HpQN1PvWMj45gzfEj2Q-1 From: Thomas Huth To: libvir-list@redhat.com Subject: [PATCH] meson.build: Fix the -Wvla-larger-than flag Date: Tue, 25 May 2021 18:02:47 +0200 Message-Id: <20210525160247.179571-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: libvir-list@redhat.com Cc: phrdina@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" It's "...-than=3D..." and not "...-then=3D...". Fixes: 8dd259d0c6 ("meson: add manywarnings") Signed-off-by: Thomas Huth --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4f23f9104e..8ee0416700 100644 --- a/meson.build +++ b/meson.build @@ -390,7 +390,7 @@ cc_flags +=3D [ '-Wvariadic-macros', '-Wvector-operation-performance', '-Wvla', - '-Wvla-larger-then=3D4031', + '-Wvla-larger-than=3D4031', '-Wvolatile-register-var', '-Wwrite-strings', ] --=20 2.27.0